From b45314d58fe281ef1b8fbbb72b9a1741fb1194ae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Mar 2025 23:48:17 +0000 Subject: [PATCH] auto update README.md --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 64060db..65b0529 100644 --- a/README.md +++ b/README.md @@ -31,22 +31,26 @@ 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: ``` @@ -83,4 +87,4 @@ volumes: # ElevenNotes™️ This image is provided to you at your own risk. Always make backups before updating an image to a different version. Check the [releases](https://github.com/11notes/docker-kms-gui/releases) for breaking changes. If you have any problems with using this image simply raise an [issue](https://github.com/11notes/docker-kms-gui/issues), thanks. If you have a question or inputs please create a new [discussion](https://github.com/11notes/docker-kms-gui/discussions) instead of an issue. You can find all my other repositories on [github](https://github.com/11notes?tab=repositories). -*created 7.3.2025, 12:14:14 (CET)* \ No newline at end of file +*created 8.3.2025, 00:48:17 (CET)* \ No newline at end of file