mqtt and zigbee non host mode
This commit is contained in:
parent
506aad3da5
commit
fdd4b6faf1
2 changed files with 10 additions and 8 deletions
|
@ -19,7 +19,7 @@ services:
|
|||
- "traefik.http.services.traefik.loadbalancer.server.port=8080"
|
||||
- "docker.group=proxy"
|
||||
extra_hosts:
|
||||
- host.docker.internal:172.17.0.1
|
||||
- host.docker.internal:host-gateway
|
||||
depends_on:
|
||||
- docker-socket-proxy
|
||||
|
||||
|
@ -27,12 +27,12 @@ services:
|
|||
docker-socket-proxy:
|
||||
image: tecnativa/docker-socket-proxy
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
environment:
|
||||
# grant privileges as environment variables: https://github.com/Tecnativa/docker-socket-proxy#grant-or-revoke-access-to-certain-api-sections
|
||||
- CONTAINERS=1
|
||||
- INFO=1
|
||||
- INFO=1
|
||||
networks:
|
||||
- dockersocket
|
||||
privileged: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue