Skip to content

Commit dbcb40d

Browse files
committed
[breaking] change port to 3000 to streamline app ports
1 parent 02a2d53 commit dbcb40d

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

compose.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,26 @@
11
name: "kms"
22
services:
3-
kms:
4-
image: "11notes/kms:stable"
5-
container_name: "kms"
3+
app:
4+
image: "11notes/kms:465f4d1"
65
environment:
76
TZ: "Europe/Zurich"
87
volumes:
98
- "var:/kms/var"
109
ports:
1110
- "1688:1688/tcp"
1211
restart: "always"
13-
kms-gui:
12+
gui:
1413
image: "11notes/kms-gui:465f4d1"
1514
depends_on:
1615
kms:
1716
condition: "service_healthy"
1817
restart: true
19-
container_name: "kms-gui"
2018
environment:
2119
TZ: "Europe/Zurich"
2220
volumes:
2321
- "var:/kms/var"
2422
ports:
25-
- "8080:8080/tcp"
23+
- "3000:3000/tcp"
2624
restart: "always"
2725
volumes:
2826
var:

0 commit comments

Comments
 (0)