docker compose restart unless stopped
This commit is contained in:
@@ -6,7 +6,9 @@ services:
|
||||
ports: [ "8430:80" ]
|
||||
environment:
|
||||
- SECRET=${SECRET}
|
||||
restart: unless-stopped
|
||||
redis:
|
||||
hostname: sus-redis
|
||||
image: redis:7
|
||||
volumes: [ "./redis:/data" ]
|
||||
restart: unless-stopped
|
||||
|
Reference in New Issue
Block a user