Skip to content

Commit

Permalink
change delay and add attempts to restart
Browse files Browse the repository at this point in the history
  • Loading branch information
solumath committed Dec 9, 2023
1 parent dc03d62 commit d73538e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ services:
restart_policy:
condition: unless-stopped
delay: 5s
window: 500s
window: 200s
max_attempts: 5
build: .
volumes:
- .:/rubbergod:Z
Expand Down

0 comments on commit d73538e

Please sign in to comment.