Add KSP server

This commit is contained in:
2022-08-06 17:15:20 +00:00
parent ef5f20ec45
commit 886d3f256d

View File

@@ -34,3 +34,18 @@ services:
user: "1000:1000"
tty: true
stdin_open: true
ksp_0:
image: ghcr.io/lunamultiplayer/lunamultiplayer/server:master
container_name: ksp_0
restart: unless-stopped
volumes:
- '/home/nick/configs/gaming/ksp_0/config:/LMPServer/Config'
- '/home/nick/configs/gaming/ksp_0/universe:/LMPServer/Universe'
- '/home/nick/configs/gaming/ksp_0/plugins:/LMPServer/Plugins'
- '/home/nick/configs/gaming/ksp_0/logs:/LMPServer/logs'
ports:
- 8800:8800/udp
- 8900:8900
user: "1000:1000"