Skip to content

Commit a5a53ff

Browse files
committed
restart always on docker
1 parent aa0a518 commit a5a53ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ services:
66
container_name: pythonista-bot
77
depends_on:
88
- database
9+
restart: always
910

1011
database:
1112
container_name: pythonista-bot-db
@@ -37,6 +38,7 @@ services:
3738
ports:
3839
- "127.0.0.1:8060:8060"
3940
privileged: true
41+
restart: always
4042

4143
version: "3"
4244
volumes:

0 commit comments

Comments
 (0)