#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
mode: host
volumes:
- ./testFolder:/factorio
- ./data:/factorio
deploy:
replicas: 1
restart_policy: