chore(deps): update ghcr.io/lodestone-team/lodestone_core docker tag to v0.5.1 (#3846)
This commit is contained in:
parent
c6478f73d7
commit
22de6a1241
|
@ -6,8 +6,8 @@
|
||||||
"no_gui": true,
|
"no_gui": true,
|
||||||
"port": 16662,
|
"port": 16662,
|
||||||
"id": "lodestone-core",
|
"id": "lodestone-core",
|
||||||
"tipi_version": 9,
|
"tipi_version": 10,
|
||||||
"version": "0.5.0",
|
"version": "0.5.1",
|
||||||
"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.",
|
||||||
"short_desc": "Server hosting tool for Minecraft and other multiplayers.",
|
"short_desc": "Server hosting tool for Minecraft and other multiplayers.",
|
||||||
|
|
|
@ -3,7 +3,7 @@ version: '3.7'
|
||||||
services:
|
services:
|
||||||
lodestone-core:
|
lodestone-core:
|
||||||
container_name: lodestone-core
|
container_name: lodestone-core
|
||||||
image: ghcr.io/lodestone-team/lodestone_core:v0.5.0
|
image: ghcr.io/lodestone-team/lodestone_core:0.5.1
|
||||||
ports:
|
ports:
|
||||||
- ${APP_PORT}:16662
|
- ${APP_PORT}:16662
|
||||||
- 25565-25575:25565-25575
|
- 25565-25575:25565-25575
|
||||||
|
|
Loading…
Reference in New Issue
Block a user