From 9869a41da4cc3f316d3688ed22ee41079b084c4c Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Tue, 31 Dec 2024 08:13:43 +0100 Subject: [PATCH] Clean up --- docker/docker-compose.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index fbeb21a75..8c69e5420 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -63,10 +63,6 @@ services: command: - /bin/sh - -c - # - Double dollars, so that the variable is not expanded by Docker Compose - # - Surround by quotes, so that the shell does not split the password - # - The ${variable:?message} syntax causes shell to exit with a non-zero - # code and print a message, when the variable is not set or empty - redis-server --requirepass "$${REDIS_PASSWORD:?REDIS_PASSWORD variable is not set}" healthcheck: test: