mirror of
https://github.com/davegallant/rfd-fyi.git
synced 2025-08-06 07:13:39 +00:00
Add restart: always
docker-compose.prod.yml
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user