mirror of
https://github.com/LiamAEdwards/SS14-Docker-Linux-Server.git
synced 2026-02-14 23:14:39 +01:00
Update README.md
Updated details to use the Github Package Repository
This commit is contained in:
12
README.md
12
README.md
@@ -23,17 +23,11 @@ This project is for those who prefer containerized solutions, making server depl
|
||||
git clone https://github.com/LiamAEdwards/SS14-Docker-Linux-Server.git && cd SS14-Docker-Linux-Server
|
||||
```
|
||||
|
||||
2. **Build the Docker image**
|
||||
|
||||
```bash
|
||||
docker build -t ss14-linux-server . --no-cache
|
||||
```
|
||||
|
||||
3. **Configure Your Server**
|
||||
2. **Configure Your Server**
|
||||
|
||||
Edit the `appsettings.yml` & `server_config.toml` to match your desired configuration.
|
||||
|
||||
4. **Run the Server**
|
||||
3. **Run the Server**
|
||||
|
||||
```bash
|
||||
docker run -d \
|
||||
@@ -42,7 +36,7 @@ This project is for those who prefer containerized solutions, making server depl
|
||||
-p 5000:5000/tcp \
|
||||
-p 5000:5000/udp \
|
||||
-v /path/on/host:/ss14 \
|
||||
ss14-server
|
||||
ghcr.io/liamaedwards/ss14-docker-linux-server:main
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user