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"
volumes:
- ./data:/data
restart: always
backend:
image: ghcr.io/davegallant/rfd-fyi-backend
ports:
- 8080:8080
restart: always