Add restart: always docker-compose.prod.yml

This commit is contained in:
Dave Gallant
2023-04-04 11:13:20 +00:00
committed by GitHub
parent 69e68fee92
commit f09af476fc

View File

@@ -9,7 +9,9 @@ services:
- "backend:backend" - "backend:backend"
volumes: volumes:
- ./data:/data - ./data:/data
restart: always
backend: backend:
image: ghcr.io/davegallant/rfd-fyi-backend image: ghcr.io/davegallant/rfd-fyi-backend
ports: ports:
- 8080:8080 - 8080:8080
restart: always