Added some more composes
This commit is contained in:
24
SEserver/SEserver.compose
Normal file
24
SEserver/SEserver.compose
Normal file
@ -0,0 +1,24 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
se-server:
|
||||
image: mmmaxwwwell/space-engineers-dedicated-docker-linux:latest
|
||||
container_name: space-engineers-dedicated-docker-linux
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /srv/space-engineers/config/World:/appdata/space-engineers/World
|
||||
- /srv/space-engineers/config/Plugins:/appdata/space-engineers/Plugins
|
||||
- /srv/space-engineers/config/SpaceEngineers-Dedicated.cfg:/appdata/space-engineers/SpaceEngineersDedicated/SpaceEngineers-Dedicated.cfg
|
||||
- /srv/space-engineers/bins/SpaceEngineersDedicated:/appdata/space-engineers/SpaceEngineersDedicated
|
||||
- /srv/space-engineers/bins/steamcmd:/home/wine/.steam
|
||||
ports:
|
||||
- '27016:27016/udp'
|
||||
- '8580:8580'
|
||||
networks:
|
||||
- spaceengineers
|
||||
|
||||
networks:
|
||||
spaceengineers:
|
||||
ipam:
|
||||
config:
|
||||
- subnet: 172.20.10.0/24
|
||||
Reference in New Issue
Block a user