From 97e7c24ed6f2808ca6a4a0ae45743fa2ae344b16 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl <5060861-schtobia@users.noreply.gitlab.com> Date: Thu, 25 Aug 2022 06:05:05 +0200 Subject: [PATCH] moved TZ Data to envfile, removed init --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 2c97a28..9107d6f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,7 +6,7 @@ services: command: - '-text=schmidl.dev

Hello, world.

' environment: - TZ: Europe/Berlin + TZ: QUASSEL_HOSTNAME: expose: [5678/tcp] init: true @@ -27,6 +27,7 @@ services: OVERRIDE_GID: 1000 OVERRIDE_UID: 1000 QUASSEL_HOSTNAME: + TZ: healthcheck: test: ["CMD", "/usr/bin/healthcheck"] interval: 30s @@ -49,8 +50,7 @@ services: PGID: 1000 PUID: 1000 RUN_OPTS: --config-from-environment --require-ssl --ssl-cert /ssl/cert.pem --ssl-key /ssl/key.pem - TZ: Europe/Berlin - init: true + TZ: ports: - 4242:4242 - 113:10113 #optional