mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-18 18:04:32 +08:00
fix: remove problematic volume mount that caused 502 error
The ./data:/app mount was overwriting the entire /app directory including application binaries, causing the backend to fail.
This commit is contained in:
@@ -17,6 +17,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "${NOFX_BACKEND_PORT:-8080}:8080"
|
- "${NOFX_BACKEND_PORT:-8080}:8080"
|
||||||
volumes:
|
volumes:
|
||||||
|
# Data directory for database (new images use data/data.db)
|
||||||
- ./data:/app/data
|
- ./data:/app/data
|
||||||
- ./decision_logs:/app/decision_logs
|
- ./decision_logs:/app/decision_logs
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
|||||||
Reference in New Issue
Block a user