Browse Source

Clean up

pull/4101/head
Thomas Kaul 8 months ago
parent
commit
9869a41da4
  1. 4
      docker/docker-compose.yml

4
docker/docker-compose.yml

@ -63,10 +63,6 @@ services:
command: command:
- /bin/sh - /bin/sh
- -c - -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}" - redis-server --requirepass "$${REDIS_PASSWORD:?REDIS_PASSWORD variable is not set}"
healthcheck: healthcheck:
test: test:

Loading…
Cancel
Save