fix: saves are relative to server location
Some checks failed
/ publish-docker (push) Failing after 30m6s
Some checks failed
/ publish-docker (push) Failing after 30m6s
This commit is contained in:
parent
62627646b0
commit
239c2b9825
2 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ services:
|
|||
volumes:
|
||||
- type: bind
|
||||
source: ./saves
|
||||
target: /saves
|
||||
target: /stationeers-dd/saves
|
||||
ports:
|
||||
- "27015:27015/udp"
|
||||
- "27016:27016/udp"
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ echo "Starting stationeers dedicated server"
|
|||
echo > /server.log
|
||||
|
||||
./stationeers-dd/rocketstation_DedicatedServer.x86_64\
|
||||
-file start "/saves/${SAVEGAME_NAME:-my_station}" "${WORLD_ID:-Lunar}"\
|
||||
-file start "${SAVEGAME_NAME:-my_station}" "${WORLD_ID:-Lunar}"\
|
||||
-logFile "/server.log"\
|
||||
-settings\
|
||||
StartLocalHost true\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue