We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can mount a file in a docker container to be used as the config.yml for webview? Possibly related to #55.
I need to be able to update the base config so that context-path can be set.
context-path
docker-compose.yml
services: proxy: image: nginx:latest container_name: nginx volumes: - ./nginx.conf:/etc/nginx/nginx.conf ports: - "80:80" links: - kafka.webview kafka.webview: image: sourcelaborg/kafka-webview:latest container_name: kafka-webview volumes: - kafkawebview_data:/app/data - ./webview-config:{WHAT GOES HERE} # Not sure what goes here. expose: - "8080"
Any help here would be great. Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
How can mount a file in a docker container to be used as the config.yml for webview?
Possibly related to #55.
I need to be able to update the base config so that
context-path
can be set.docker-compose.yml
Any help here would be great. Thanks!
The text was updated successfully, but these errors were encountered: