Fix lodestone-core not saving data in ${APP_DATA_DIR}/data/lodestone-data (#1671)

* Fix lodestone-core not saving data in ${APP_DATA_DIR}/data/lodestone-data

* Bump tipi version

* remove user and group related stuf
This commit is contained in:
damnkrat 2023-11-26 19:45:22 +03:00 committed by GitHub
parent bebef32c64
commit f6306b395c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View File

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

View File

@ -7,12 +7,10 @@ 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
- ${APP_DATA_DIR}/data/lodestone-data:/root/.lodestone
networks:
- tipi_main_network
labels: