Fix version tag in README.md.
parent
0d64b370bf
commit
dfdbf6038a
|
@ -11,6 +11,7 @@ Before first start up you should make sure to create a save file for the server
|
||||||
docker run --rm \
|
docker run --rm \
|
||||||
-v /path/to/data:/data \
|
-v /path/to/data:/data \
|
||||||
-v /path/to/config:/config \
|
-v /path/to/config:/config \
|
||||||
|
icedream/factorio:0.14.21 \
|
||||||
/opt/factorio/bin/x64/factorio --create /data/saves/my-save.zip
|
/opt/factorio/bin/x64/factorio --create /data/saves/my-save.zip
|
||||||
|
|
||||||
After that you can use the givena volumes for running the server, for example using Docker Compose!
|
After that you can use the givena volumes for running the server, for example using Docker Compose!
|
||||||
|
@ -23,7 +24,7 @@ version: "2"
|
||||||
services:
|
services:
|
||||||
factorio:
|
factorio:
|
||||||
# The image to use, version number of the server can be used as a tag.
|
# The image to use, version number of the server can be used as a tag.
|
||||||
image: icedream/factorio:0.14.2
|
image: icedream/factorio:0.14.21
|
||||||
|
|
||||||
# Volumes to mount in
|
# Volumes to mount in
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in New Issue