File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ services:
3737 - /dev/ttyACM0:/dev/ttyUSB0
3838 # Persistence (create host directories/files first)
3939 volumes :
40- - ./config/ config.json:/app/config.json # Persisted config file on host
40+ - ./server- config.json:/app/config.json # Persisted config file on host
4141 - njspc-data:/app/data # State & equipment snapshots
4242 - njspc-backups:/app/backups # Backup archives
4343 - njspc-logs:/app/logs # Logs
@@ -60,7 +60,7 @@ services:
6060 ports :
6161 - " 5150:5150"
6262 volumes :
63- - ./dash-config/config .json:/app/config.json
63+ - ./dash-config.json:/app/config.json
6464 - njspc-dash-data:/app/data
6565 - njspc-dash-logs:/app/logs
6666 - njspc-dash-uploads:/app/uploads
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ services:
2222 - " 5150:5150"
2323 volumes :
2424 # Bind mount host config file to persist settings
25- - ./config/ config.json:/app/config.json
25+ - ./dash- config.json:/app/config.json
2626 # Named volumes for other mutable data
2727 - njspc-dash-data:/app/data
2828 - njspc-dash-logs:/app/logs
You can’t perform that action at this time.
0 commit comments