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:
parent
bebef32c64
commit
f6306b395c
|
@ -6,7 +6,7 @@
|
||||||
"no_gui": true,
|
"no_gui": true,
|
||||||
"port": 16662,
|
"port": 16662,
|
||||||
"id": "lodestone-core",
|
"id": "lodestone-core",
|
||||||
"tipi_version": 5,
|
"tipi_version": 6,
|
||||||
"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,12 +7,10 @@ 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
|
||||||
|
- ${APP_DATA_DIR}/data/lodestone-data:/root/.lodestone
|
||||||
networks:
|
networks:
|
||||||
- tipi_main_network
|
- tipi_main_network
|
||||||
labels:
|
labels:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user