Skip to content

Commit

Permalink
Add docker hub info
Browse files Browse the repository at this point in the history
  • Loading branch information
Catoverflow authored Jan 4, 2024
1 parent ac2cf3d commit a5d471c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ Change the permission for mounted config and save files.
chmod -R 777 ./MyDediServer
~~~~

Change the arguments according to your settings. Base location is by default set to `/home/steam` in steamcmd.
You can pull this script from docker hub: `catoverflow/dst-server`, or build yourself:

> Change the arguments according to your settings. Base location is by default set to `/home/steam` in steamcmd.
~~~~shell
docker build . -t dst-dedicated:latest
Expand All @@ -29,6 +31,8 @@ docker run \
--name dst-dedicated \
-it dst-dedicated
~~~~


## Known Issues

- Mapping different ports for cave server will make it unusable. Once you enter the cave you will be locked out, as the master server keeps redirecting you to inaccessible cave server port outside the container.
Expand Down

0 comments on commit a5d471c

Please sign in to comment.