chore(deps): update ghcr.io/lodestone-team/lodestone_core docker tag to v0.5.0 (#3818)

This commit is contained in:
renovate[bot] 2024-06-18 07:54:26 +00:00 committed by GitHub
parent d91f9f5b27
commit 891a250b76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -6,8 +6,8 @@
"no_gui": true, "no_gui": true,
"port": 16662, "port": 16662,
"id": "lodestone-core", "id": "lodestone-core",
"tipi_version": 8, "tipi_version": 9,
"version": "0.4.4", "version": "0.5.0",
"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.",

View File

@ -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:0.4.4 image: ghcr.io/lodestone-team/lodestone_core:v0.5.0
ports: ports:
- ${APP_PORT}:16662 - ${APP_PORT}:16662
- 25565-25575:25565-25575 - 25565-25575:25565-25575