-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
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
Docker Compose does not work #35
Comments
Yes please clarify initial setup with docker. Using debian 12 with vanilla docker. I change directory to /opt create docker-compose.yaml and add the contents from the readme. When I run
A directory named config.json and channells.json gets created so I assumed I should just create the json files in there ie:
|
same here, always a problem to bind files with docker compose.... |
Try this:
Then cd to /opt and use this docker compose file
Create the config.json, channels.json and template files
One by one add the contents as described in the readme
|
Same issue here. Do any of the older releases work properly with docker compose? |
Hi all, apologies for the confusion. I think the root cause here is the following:
I've switched the sample I've also updated the README to clarify the need for the two files to be created. Please let me know if there are more improvements that can be made here! |
It's working thank you @duncanleo |
Docker compose file runs into issue where the Docker container will not run because the config.json and channels.json files are mounted as directories instead of as files
The text was updated successfully, but these errors were encountered: