mirror of
https://github.com/11notes/docker-kms-gui.git
synced 2025-10-23 04:52:15 +00:00
[fix] forgot APP_PREFIX & APP_SUFFIX in dynamic build args
This commit is contained in:
12
compose.yaml
12
compose.yaml
@@ -4,21 +4,25 @@ services:
|
||||
image: "11notes/kms:stable"
|
||||
container_name: "kms"
|
||||
environment:
|
||||
TZ: Europe/Zurich
|
||||
TZ: "Europe/Zurich"
|
||||
volumes:
|
||||
- "var:/kms/var"
|
||||
ports:
|
||||
- "1688:1688/tcp"
|
||||
restart: always
|
||||
restart: "always"
|
||||
kms-gui:
|
||||
image: "11notes/kms-gui:465f4d1"
|
||||
depends_on:
|
||||
kms:
|
||||
condition: "service_healthy"
|
||||
restart: true
|
||||
container_name: "kms-gui"
|
||||
environment:
|
||||
TZ: Europe/Zurich
|
||||
TZ: "Europe/Zurich"
|
||||
volumes:
|
||||
- "var:/kms/var"
|
||||
ports:
|
||||
- "8080:8080/tcp"
|
||||
restart: always
|
||||
restart: "always"
|
||||
volumes:
|
||||
var:
|
Reference in New Issue
Block a user