File tree Expand file tree Collapse file tree 2 files changed +3
-18
lines changed Expand file tree Collapse file tree 2 files changed +3
-18
lines changed Original file line number Diff line number Diff line change 38
38
"privileged" : false ,
39
39
"network_model" : " bridge" ,
40
40
"web_ui" : {
41
- "http" : " 8110 " ,
42
- "path" : " /panel "
41
+ "http" : " 8111 " ,
42
+ "path" : " /"
43
43
},
44
44
"envs" : [
45
45
{
50
50
}
51
51
],
52
52
"ports" : [
53
- {
54
- "container" : " 8000" ,
55
- "host" : " 8110" ,
56
- "type" : " tcp" ,
57
- "allocation" : " preferred" ,
58
- "configurable" : " advanced" ,
59
- "description" : " WebUI HTTP Port"
60
- },
61
53
{
62
54
"container" : " 19132" ,
63
55
"host" : " 19132" ,
Original file line number Diff line number Diff line change @@ -5,12 +5,11 @@ version: "3"
5
5
services :
6
6
crafty :
7
7
container_name : crafty-container
8
- image : registry.gitlab.com/crafty-controller/crafty-4:4.4.0
8
+ image : registry.gitlab.com/crafty-controller/crafty-4:4.4.4
9
9
restart : always
10
10
environment :
11
11
- TZ=Etc/UTC
12
12
ports :
13
- - " 8110:8000" # HTTP
14
13
- " 8111:8443" # HTTPS
15
14
- " 8112:8123" # DYNMAP
16
15
- " 19132:19132/udp" # BEDROCK
@@ -24,12 +23,6 @@ services:
24
23
25
24
x-casaos :
26
25
ports :
27
- - container : " 8000"
28
- description :
29
- en_us : WebUI HTTP Port
30
- zh_cn : WebUI HTTP端口
31
- protocol : tcp
32
-
33
26
- container : " 19132"
34
27
description :
35
28
en_us : Minecraft Bedrock listening Port (UDP)
You can’t perform that action at this time.
0 commit comments