3.8.0
#2607
Replies: 1 comment
|
I am trying to set this up with docker but there's no instructions either here or the site except for the docker compose file with nothing in it in terms of configuration that was helpful. How do I configure this for it to work? I entered the containers terminal and pulled the API key but home assistant is not accepting it. The only thing I see on the container logs is this which appears to me that nothing is happening. Attempting to pull any logs also fails. Docker Compose version: "3.9"
services:
system-bridge:
container_name: system-bridge
privileged: true
restart: unless-stopped
image: "ghcr.io/timmo001/system-bridge/amd64:3.8.2"
volumes:
- /home/dan/system-bridge:/data/system-bridge
network_mode: host
ports:
- 9170:9170/tcp |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
What’s changed
You can now download a packaged version from the release of the application, installing python and using pip should no longer be nessasary.
✨ New features
🚀 Enhancements
⬆️ Dependency updates
This discussion was created from the release 3.8.0.
All reactions