Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
raller1028 committed Oct 24, 2024
1 parent 3d4f6fc commit bafcd97
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions Apps/Crafty/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ version: "3"
services:
crafty:
container_name: crafty-container
image: registry.gitlab.com/crafty-controller/crafty-4:4.4.0
image: registry.gitlab.com/crafty-controller/crafty-4:4.4.4
restart: always
environment:
- TZ=Etc/UTC
ports:
- "8110:8000" # HTTP
- "8111:8443" # HTTPS
- "8112:8123" # DYNMAP
- "19132:19132/udp" # BEDROCK
Expand All @@ -24,12 +23,6 @@ services:

x-casaos:
ports:
- container: "8000"
description:
en_us: WebUI HTTP Port
zh_cn: WebUI HTTP端口
protocol: tcp

- container: "19132"
description:
en_us: Minecraft Bedrock listening Port (UDP)
Expand Down

0 comments on commit bafcd97

Please sign in to comment.