Skip to content

Commit

Permalink
Add sleep before running redpanda console in examples/quickstart-redp…
Browse files Browse the repository at this point in the history
…anda-selfhosted/docker-compose.yml
  • Loading branch information
gfinocchiaro committed Jun 19, 2024
1 parent c5b29af commit aaf5a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/quickstart-redpanda-selfhosted/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit aaf5a30

Please sign in to comment.