Skip to content

Commit 44afeeb

Browse files
committed
refactor: add restart:always to docker-compose file
1 parent add040c commit 44afeeb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
version: "3"
22
services:
33
bot:
4+
restart: always
45
image: 0rickyy0/blackjackbot
56
volumes:
67
- /path/to/logs:/blackjackbot/logs

0 commit comments

Comments
 (0)