Workflow update

main
technorabilia 2 years ago
parent 6cc13c71c4
commit d5ba22d056

@ -16,7 +16,7 @@ services:
# Specify a timezone to use for example Europe/Amsterdam
- TZ=${TZ:-Europe/Amsterdam}
# Optionally specify any [CLI variables](https://wiki.minetest.net/Command_line) you want to launch the app with
- CLI_ARGS="--gameid minetest" # optional
- CLI_ARGS="--gameid minetest --port 30000" # optional
volumes:
# Where minetest stores config files and maps etc.
- ${BASEDIR:-/volume1/docker}/minetest/config/.minetest:/config/.minetest

@ -8,7 +8,7 @@ docker run -d \
-e PUID=${PUID:-1024} `# for UserID` \
-e PGID=${PGID:-100} `# for GroupID` \
-e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \
-e CLI_ARGS="--gameid minetest" `# optional` `# Optionally specify any [CLI variables](https://wiki.minetest.net/Command_line) you want to launch the app with` \
-e CLI_ARGS="--gameid minetest --port 30000" `# optional` `# Optionally specify any [CLI variables](https://wiki.minetest.net/Command_line) you want to launch the app with` \
-p 30000:30000/udp `# Port Minetest listens on.` \
-v ${BASEDIR:-/volume1/docker}/minetest/config/.minetest:/config/.minetest `# Where minetest stores config files and maps etc.` \
--restart unless-stopped \

Loading…
Cancel
Save