1
0
mirror of https://github.com/LpmRaven/factorio-docker-server.git synced 2024-11-30 08:06:56 +02:00

Update README.md

This commit is contained in:
Liam Raven 2021-09-05 12:26:21 +10:00 committed by GitHub
parent d3092dd94e
commit a291944a71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,9 @@ The init script will automatically create a new save game if none exists.
Then launch your container as usual.
```bash
docker run -d \
sudo yum install docker -y
sudo service docker start
sudo docker run -d \
-v $(pwd)/saves:/opt/factorio/saves \
-p 34197:34197/udp \
--restart=always \