#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:
Guillaume "B.B." Van Hemmen 2024-10-22 19:20:47 +02:00
parent aba5f03fb3
commit 49336e80ed

View file

@ -15,7 +15,7 @@ services:
protocol: tcp protocol: tcp
mode: host mode: host
volumes: volumes:
- ./testFolder:/factorio - ./data:/factorio
deploy: deploy:
replicas: 1 replicas: 1
restart_policy: restart_policy: