fix(homeassistant): remove ports bindings since network mode host is used
This commit is contained in:
parent
8070e16f0e
commit
b568841805
|
@ -8,6 +8,4 @@ services:
|
||||||
- ${APP_DATA_DIR}/config:/config
|
- ${APP_DATA_DIR}/config:/config
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
privileged: true
|
privileged: true
|
||||||
ports:
|
|
||||||
- ${APP_PORT}:8123
|
|
||||||
network_mode: host
|
network_mode: host
|
Loading…
Reference in New Issue
Block a user