https://github.com/fredwangwang/dst-server-docker
https://github.com/fredwangwang/dst-server-docker
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/fredwangwang/dst-server-docker
- Owner: fredwangwang
- License: mit
- Created: 2018-09-02T17:18:58.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-22T20:28:27.000Z (about 6 years ago)
- Last Synced: 2025-02-05T05:22:51.961Z (over 1 year ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Host a dedicated dst server using Docker
## Sample usage:
docker run -it \
-v <\/path/to/your/dst/config/folder>:/data \
-v <\/path/to/mods/folder>:/mods \
fredwanghuan/dst-server
Config folder should (at least) have these files:
```
.
|____Cluster_1
| |____cluster_token.txt
| |____Master
| | |____server.ini
| |____Caves
| | |____server.ini
| |____cluster.ini
```
Mods folder should (at least) have these files:
```
.
|____dedicated_server_mods_setup.lua
```