diff --git a/examples/quickstart-redpanda-selfhosted/docker-compose.yml b/examples/quickstart-redpanda-selfhosted/docker-compose.yml index 84f75005..772e6c29 100644 --- a/examples/quickstart-redpanda-selfhosted/docker-compose.yml +++ b/examples/quickstart-redpanda-selfhosted/docker-compose.yml @@ -60,7 +60,7 @@ services: container_name: redpanda-console image: docker.redpanda.com/redpandadata/console:v2.4.5 entrypoint: /bin/sh - command: -c 'echo "$$CONSOLE_CONFIG_FILE" > /tmp/config.yml; /app/console' + command: -c 'sleep 3; echo "$$CONSOLE_CONFIG_FILE" > /tmp/config.yml; /app/console' environment: CONFIG_FILEPATH: /tmp/config.yml CONSOLE_CONFIG_FILE: |