Update Lodestone to use new path. (#1127)

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

View File

@ -6,7 +6,7 @@
"no_gui": true, "no_gui": true,
"port": 16662, "port": 16662,
"id": "lodestone-core", "id": "lodestone-core",
"tipi_version": 3, "tipi_version": 4,
"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",

View File

@ -9,7 +9,7 @@ services:
- 25565-25575:25565-25575 - 25565-25575:25565-25575
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ${APP_DATA_DIR}/data/lodestone-data:/root/.lodestone - ${APP_DATA_DIR}/data/lodestone-data:/home/user/.lodestone
networks: networks:
- tipi_main_network - tipi_main_network
labels: labels: