Guillaume "B.B." Van Hemmen
49336e80ed
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.
23 lines
394 B
YAML
23 lines
394 B
YAML
volumes:
|
|
app:
|
|
|
|
services:
|
|
|
|
app:
|
|
image: factoriotools/factorio:latest
|
|
ports:
|
|
- target: 34197
|
|
published: 34197
|
|
protocol: udp
|
|
mode: host
|
|
- target: 27015
|
|
published: 27015
|
|
protocol: tcp
|
|
mode: host
|
|
volumes:
|
|
- ./data:/factorio
|
|
deploy:
|
|
replicas: 1
|
|
restart_policy:
|
|
condition: any
|
|
delay: 5s
|