mirror of
https://github.com/mxpv/podsync.git
synced 2024-05-11 05:55:04 +00:00
Always restart Docker containers
This commit is contained in:
@@ -8,6 +8,7 @@ services:
|
||||
dockerfile: Dockerfile
|
||||
args:
|
||||
- PORT=80
|
||||
restart: always
|
||||
ports:
|
||||
- 80:80
|
||||
environment:
|
||||
@@ -17,5 +18,6 @@ services:
|
||||
redis:
|
||||
image: redis
|
||||
command: redis-server --appendonly yes
|
||||
restart: always
|
||||
volumes:
|
||||
- /data/redis:/data
|
||||
|
||||
Reference in New Issue
Block a user