Skip to content

Commit

Permalink
Merge pull request inkonchain#16 from winrhcp/main
Browse files Browse the repository at this point in the history
Add restart: on-failure to Docker Compose Services
  • Loading branch information
eitjuh authored Nov 11, 2024
2 parents 6718164 + 7d8aec8 commit 5fe4804
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ services:
user: "1000:1000"
environment:
- GETH_DATA_DIR=/data
restart: on-failure # Automatically restart on failure for better resilience
op-node:
build:
context: .
Expand All @@ -34,3 +35,4 @@ services:
env_file:
- .env.ink-sepolia
user: "1000:1000"
restart: on-failure # Automatically restart on failure for better resilience

0 comments on commit 5fe4804

Please sign in to comment.