mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2024-11-10 12:47:24 +01:00
Changed readme
This commit is contained in:
parent
5a4e0d8ebf
commit
bc55163f5c
@ -16,10 +16,10 @@ This will generate a new random map with default settings.
|
|||||||
If you're going to launch it on your local machine, don't use the port 34197, take another one at random.
|
If you're going to launch it on your local machine, don't use the port 34197, take another one at random.
|
||||||
|
|
||||||
### With map persistence
|
### With map persistence
|
||||||
`docker run -d -v [PATH]:/opt/factorio/saves -p {port}:34197/udp factorio`
|
`docker run -d -v [PATH]:/opt/factorio/saves -p [PORT]:34197/udp factorio`
|
||||||
This will generate a new random map with default settings and save it onto the volume.
|
This will generate a new random map with default settings and save it onto the volume.
|
||||||
Replace [PATH] with a path to a folder on the host where the map will be saved.
|
Replace [PATH] with a path to a folder on the host where the map will be saved.
|
||||||
|
|
||||||
### With existing map
|
### With existing map
|
||||||
`docker run -d -v [PATH]:/opt/factorio/saves -p {port}:34197/udp factorio`
|
`docker run -d -v [PATH]:/opt/factorio/saves -p [PORT]:34197/udp factorio`
|
||||||
It's the same as above, so if there is a file named save.zip in the [PATH] folder, it will use that map as default.
|
It's the same as above, so if there is a file named save.zip in the [PATH] folder, it will use that map as default.
|
||||||
|
Loading…
Reference in New Issue
Block a user