Skip to content

Local Config Files using Synology Docker #590

Answered by Koky05
Bodo1706 asked this question in Q&A
Discussion options

You must be logged in to vote

My configuration for DS720+, maybe it will help you:
#eBus Deamon ebusd: container_name: ebusd image: john30/ebusd:latest depends_on: - mqtt #ports: # - "8888:8888/tcp" command: [ "-f", "--scanconfig=full", "--configpath=/etc/ebusd/ebusd-configuration/ebusd-2.1.x/en", "--pollinterval=15", "--port=8888", "--httpport=8082", "-d", "enh:192.168.1.12:9999", "--latency=150", "--mqtthost=192.168.1.2", "--mqttport=1883", "--mqttint=/etc/ebusd/mqtt-hassio.cfg", "--mqttjson", "--mqttverbose", "--mqttuser=hass", "--mqttpass=xxxxxxxx", "--mqttretain", "--mqttchanges", "--accesslevel=*", "--mqtttopic=ebusd" ] network_mode: host environment: TZ: 'Europe/Bratislava' EBUSD_ARCH: 'amd64' volumes: - "/volu…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Bodo1706
Comment options

Answer selected by Bodo1706
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants