From a5d471c3724c120373fd0d1c75f3aad644823b99 Mon Sep 17 00:00:00 2001 From: Catoverflow <55503205+Catoverflow@users.noreply.github.com> Date: Fri, 5 Jan 2024 00:22:42 +0800 Subject: [PATCH] Add docker hub info --- readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index f12de56..c007c37 100644 --- a/readme.md +++ b/readme.md @@ -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 @@ -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.