update factorio docker-compose example
This commit is contained in:
parent
f7d726461c
commit
ab7024d218
2 changed files with 3 additions and 2 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
docker-compose.yml
|
|
@ -6,6 +6,6 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- 34197:34197/udp
|
- 34197:34197/udp
|
||||||
volumes:
|
volumes:
|
||||||
- /host/path/to/factorio/saves/:/opt/factorio/saves/:rw
|
- /data/factorio/server1/saves/:/opt/factorio/saves/:rw
|
||||||
- /host/path/to/factorio/config/:/opt/factorio/config/:ro
|
- /data/factorio/server1/config/:/opt/factorio/config/:ro
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue