-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocker-compose.yml
More file actions
15 lines (14 loc) · 728 Bytes
/
docker-compose.yml
File metadata and controls
15 lines (14 loc) · 728 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
version: '3'
services:
se-server:
image: mmmaxwwwell/space-engineers-dedicated-docker-linux:latest
container_name: space-engineers-dedicated-docker-linux
restart: unless-stopped
volumes:
- ./appdata/space-engineers/config/World:/appdata/space-engineers/World
- ./appdata/space-engineers/config/Plugins:/appdata/space-engineers/Plugins
- ./appdata/space-engineers/config/SpaceEngineers-Dedicated.cfg:/appdata/space-engineers/SpaceEngineersDedicated/SpaceEngineers-Dedicated.cfg
- ./appdata/space-engineers/bins/SpaceEngineersDedicated:/appdata/space-engineers/SpaceEngineersDedicated
- ./appdata/space-engineers/bins/steamcmd:/home/wine/.steam
ports:
- "27016:27016/udp"