Unable to mount volume for persistent installation #497
-
Issue submitter TODO list
Describe the bug (actual behavior)This issue was raised on the old repo here Trying to run a Persistent Start as per the documentation here: I have a local config.yml file with config in to connect to a cluster:
and my docker-compose file should copy that into /etc/kafkaui/dynamic_config.yaml
But the container fails to run, with constant error:
Expected behaviorDocker container should run and automatically configure the Dev cluster and connect using the authentication provided. Your installation detailsUsing the latest Kafkabat image: ghcr.io/kafbat/kafka-ui:latest docker-compose.yml file above. Run from command line: Steps to reproduceas above ScreenshotsNo response LogsNo response Additional contextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi bronandrews! 👋 Welcome, and thank you for opening your first issue in the repo! Please wait for triaging by our maintainers. As development is carried out in our spare time, you can support us by sponsoring our activities or even funding the development of specific issues. If you plan to raise a PR for this issue, please take a look at our contributing guide. |
Beta Was this translation helpful? Give feedback.
-
This is not an app bug, but rather an issue with docker setup.
|
Beta Was this translation helpful? Give feedback.
This is not an app bug, but rather an issue with docker setup.
volumes: - /config.yml:/etc/kafkaui/dynamic_config.yaml
this means that the file is located at your FS root directory, which I doubt is true.