Skip to content

Commit 82c8243

Browse files
author
Alex
committed
Mount config file to dash-config.json
1 parent 97f876a commit 82c8243

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)