You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 18, 2020. It is now read-only.
- "8766:8766/udp" # This is for the server to connect to steam
- "27016:27016/udp" # This is for the server to be actually accessed
#- "8080:8080/tcp" # This is for the remote Server Api to be accessed
volumes:
- /opt/SpaceEngineersDedicatedServer:/root/.wine/drive_c/SpaceEngineersDedicatedServer/ # Where the actual installation of the server will be stored
- /opt/SpaceEngineersDedicated:/root/.wine/drive_c/users/root/AppData/Roaming/SpaceEngineersDedicated/ # Where your server data should be copied to manually
environment:
- SERVER_NAME=DockerDedicated
- WORLD_NAME=DockerWorld
- STEAM_PORT=8766
- SERVER_PORT=27016
- REMOTE_API_PORT=8080
# This is a sample security key. In order to use the Remote API, CHANGE IT!
- REMOTE_SECURITY_KEY=3fwcdaWvLfTcxC1vQL33ow==
#- WINEDEBUG=-all # Uncomment to make wine all quiet