Update Lodestone to use new path. (#1127)
This commit is contained in:
parent
7837ce220c
commit
250d9783cb
|
@ -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",
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user