Update Lodestone to use new UID/GID Perms (#1128)

This commit is contained in:
DrMxrcy 2023-09-03 00:08:33 -04:00 committed by GitHub
parent 250d9783cb
commit 3596411166
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -6,7 +6,7 @@
"no_gui": true,
"port": 16662,
"id": "lodestone-core",
"tipi_version": 4,
"tipi_version": 5,
"version": "0.4.4",
"categories": ["gaming"],
"description": "A free, open source server hosting tool for Minecraft and other multiplayers",

View File

@ -7,6 +7,9 @@ services:
ports:
- ${APP_PORT}:16662
- 25565-25575:25565-25575
user: ${TIPI_UID}:${TIPI_GID}
group_add:
- ${TIPI_GID}
restart: unless-stopped
volumes:
- ${APP_DATA_DIR}/data/lodestone-data:/home/user/.lodestone