mirror of
https://github.com/11notes/docker-kms-gui.git
synced 2025-10-23 04:52:15 +00:00
[breaking] change port to 3000 to streamline app ports
This commit is contained in:
10
compose.yaml
10
compose.yaml
@@ -1,8 +1,7 @@
|
||||
name: "kms"
|
||||
services:
|
||||
kms:
|
||||
image: "11notes/kms:stable"
|
||||
container_name: "kms"
|
||||
app:
|
||||
image: "11notes/kms:465f4d1"
|
||||
environment:
|
||||
TZ: "Europe/Zurich"
|
||||
volumes:
|
||||
@@ -10,19 +9,18 @@ services:
|
||||
ports:
|
||||
- "1688:1688/tcp"
|
||||
restart: "always"
|
||||
kms-gui:
|
||||
gui:
|
||||
image: "11notes/kms-gui:465f4d1"
|
||||
depends_on:
|
||||
kms:
|
||||
condition: "service_healthy"
|
||||
restart: true
|
||||
container_name: "kms-gui"
|
||||
environment:
|
||||
TZ: "Europe/Zurich"
|
||||
volumes:
|
||||
- "var:/kms/var"
|
||||
ports:
|
||||
- "8080:8080/tcp"
|
||||
- "3000:3000/tcp"
|
||||
restart: "always"
|
||||
volumes:
|
||||
var:
|
Reference in New Issue
Block a user