mirror of
https://github.com/davegallant/rfd-fyi.git
synced 2025-11-27 01:24:17 +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