Add KSP server
This commit is contained in:
@@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user