Merge branch 'Nikas36-main-patch-14525' into 'main'
Add KSP server See merge request Nikas36/jupiter-compose!1
This commit is contained in:
@@ -34,3 +34,18 @@ services:
|
|||||||
user: "1000:1000"
|
user: "1000:1000"
|
||||||
tty: true
|
tty: true
|
||||||
stdin_open: 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