Skip to content

Commit

Permalink
Change container restart policy (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
AetherUnbound committed May 12, 2021
1 parent db9df78 commit e84ddeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ services:
volumes:
- signal-cli:/app/data/signal-cli
- ./signal_scanner_bot:/app/signal_scanner_bot
restart: always
restart: unless-stopped
volumes:
signal-cli:

0 comments on commit e84ddeb

Please sign in to comment.