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:27:25 +10:00 committed by GitHub
parent a291944a71
commit 4309d2274a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,6 @@ The latest Factorio headless server is downloaded at build time.
2. `git clone https://github.com/LpmRaven/factorio-docker-server.git`
2. `cd factorio-docker-server`
3. Config your server (see section below then return here)
4. `docker build -t factorio-instance-name .`
# Server Configuration
@ -56,6 +55,7 @@ Then launch your container as usual.
```bash
sudo yum install docker -y
sudo service docker start
sudo docker build -t factorio-instance-name .
sudo docker run -d \
-v $(pwd)/saves:/opt/factorio/saves \
-p 34197:34197/udp \