Update Lodestone to use new UID/GID Perms (#1128)
This commit is contained in:
parent
250d9783cb
commit
3596411166
|
@ -6,7 +6,7 @@
|
||||||
"no_gui": true,
|
"no_gui": true,
|
||||||
"port": 16662,
|
"port": 16662,
|
||||||
"id": "lodestone-core",
|
"id": "lodestone-core",
|
||||||
"tipi_version": 4,
|
"tipi_version": 5,
|
||||||
"version": "0.4.4",
|
"version": "0.4.4",
|
||||||
"categories": ["gaming"],
|
"categories": ["gaming"],
|
||||||
"description": "A free, open source server hosting tool for Minecraft and other multiplayers",
|
"description": "A free, open source server hosting tool for Minecraft and other multiplayers",
|
||||||
|
|
|
@ -7,6 +7,9 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- ${APP_PORT}:16662
|
- ${APP_PORT}:16662
|
||||||
- 25565-25575:25565-25575
|
- 25565-25575:25565-25575
|
||||||
|
user: ${TIPI_UID}:${TIPI_GID}
|
||||||
|
group_add:
|
||||||
|
- ${TIPI_GID}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/data/lodestone-data:/home/user/.lodestone
|
- ${APP_DATA_DIR}/data/lodestone-data:/home/user/.lodestone
|
||||||
|
|
Loading…
Reference in New Issue
Block a user