#0000 - Update volume binding in docker-compose.yml
Changed the volume binding from ./testFolder to ./data to align with the new folder structure. This ensures the application accesses the correct directory for its data storage.
This commit is contained in:
parent
aba5f03fb3
commit
49336e80ed
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ services:
|
|||
protocol: tcp
|
||||
mode: host
|
||||
volumes:
|
||||
- ./testFolder:/factorio
|
||||
- ./data:/factorio
|
||||
deploy:
|
||||
replicas: 1
|
||||
restart_policy:
|
||||
|
|
Loading…
Reference in a new issue