mirror of
https://github.com/technorabilia/docker-bits
synced 2024-11-16 12:13:26 +00:00
Workflow update
This commit is contained in:
parent
a3a02e9f56
commit
50c7f82a9c
@ -16,7 +16,7 @@ services:
|
|||||||
# specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List).
|
# specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List).
|
||||||
- TZ=${TZ:-Europe/Amsterdam}
|
- TZ=${TZ:-Europe/Amsterdam}
|
||||||
# Optionally specify any [CLI variables](https://wiki.minetest.net/Command_line) you want to launch the app with
|
# Optionally specify any [CLI variables](https://wiki.minetest.net/Command_line) you want to launch the app with
|
||||||
- CLI_ARGS="--gameid minetest --port 30000" # optional
|
- CLI_ARGS=--gameid minetest --port 30000 # optional
|
||||||
volumes:
|
volumes:
|
||||||
# Where minetest stores config files and maps etc.
|
# Where minetest stores config files and maps etc.
|
||||||
- ${BASEDIR:-/volume1/docker}/minetest/config/.minetest:/config/.minetest
|
- ${BASEDIR:-/volume1/docker}/minetest/config/.minetest:/config/.minetest
|
||||||
|
@ -8,7 +8,7 @@ docker run -d \
|
|||||||
-e PUID=${PUID:-1024} `# for UserID` \
|
-e PUID=${PUID:-1024} `# for UserID` \
|
||||||
-e PGID=${PGID:-100} `# for GroupID` \
|
-e PGID=${PGID:-100} `# for GroupID` \
|
||||||
-e TZ=${TZ:-Europe/Amsterdam} `# specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List).` \
|
-e TZ=${TZ:-Europe/Amsterdam} `# specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List).` \
|
||||||
-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` \
|
-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.` \
|
-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.` \
|
-v ${BASEDIR:-/volume1/docker}/minetest/config/.minetest:/config/.minetest `# Where minetest stores config files and maps etc.` \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
|
Loading…
Reference in New Issue
Block a user