Fix MQTT connection: add extra_hosts so container resolves nuccy to host gateway
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -7,6 +7,8 @@ services:
|
|||||||
- bodenfeuchte-data:/app/data
|
- bodenfeuchte-data:/app/data
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
|
extra_hosts:
|
||||||
|
- "nuccy:host-gateway"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
|
|||||||
Reference in New Issue
Block a user