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"
|
- "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
|
||||||
|
Reference in New Issue
Block a user