1
0
mirror of https://github.com/bplein/factorio-docker.git synced 2025-01-10 03:16:41 +02:00
This commit is contained in:
David Andersen 2016-10-25 11:40:53 -07:00
parent 4ed57b0c20
commit 1e7c8bc8b7

View File

@ -37,7 +37,7 @@ docker run -d -P \
-v /path/to/server-config.json:/opt/factorio/data/server-config.json \
-v /path/to/saves:/opt/factorio/saves \
-v /path/to/mods:/opt/factorio/mods \
--name factorio
--name factorio \
dtandersen/factorio
```