https://github.com/luxchanlu/docker-dmp-ksp
https://github.com/luxchanlu/docker-dmp-ksp
dmp ksp mod
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/luxchanlu/docker-dmp-ksp
- Owner: LuxChanLu
- Created: 2016-12-30T01:21:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-30T02:50:12.000Z (over 9 years ago)
- Last Synced: 2025-03-01T16:48:17.334Z (over 1 year ago)
- Topics: dmp, ksp, mod
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## KSP DMP Server (https://d-mp.org/)
#### TL;DR
```bash
docker run -d -p 6702:6702 \
-v /Config:/DMPServer/Config \
-v /Plugins:/DMPServer/Plugins \
-v /Universe:/DMPServer/Universe \
-v /logs:/DMPServer/logs \
hugome/docker-dmp-ksp
```
##### Volumes
- /DMPServer/Config (Config)
- /DMPServer/Plugins (Plugins)
- /DMPServer/Universe (World save)
- /DMPServer/logs (Server logs)
##### Other volumes
- /DMPServer/DMPIPBans.txt (Banned IPS)
- /DMPServer/DMPKeyBans.txt (Banned RSA)
- /DMPServer/DMPModControl.txt (Mods)
- /DMPServer/DMPPlayerBans.txt (Banned pseudos)