Skip to content

Commit

Permalink
restart worker in case of exit
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name authored and alphatownsman committed Dec 25, 2024
1 parent f1ad888 commit 864b898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ x-shared:
DISCORD_WEBHOOKS:
SLACK_API_TOKEN:
SSL_ONLY:
restart: "on-failure"
restart: "unless-stopped"
volumes:
- ${NEODB_DATA:-../data}/neodb-media:/www/m
- ${NEODB_DATA:-../data}/takahe-media:/www/media
Expand Down

0 comments on commit 864b898

Please sign in to comment.