|
@@ -95,7 +95,7 @@ services:
|
|
|
volumes:
|
|
|
- dnsconfig:/root/dnsconfig
|
|
|
traefik: # the default proxy - can be replaced with caddy or nginx, but requires careful configuration
|
|
|
- image: traefik:v2.6
|
|
|
+ image: traefik:v2.9
|
|
|
container_name: traefik
|
|
|
command:
|
|
|
- "--certificatesresolvers.http.acme.email=YOUR_EMAIL"
|
|
@@ -116,7 +116,7 @@ services:
|
|
|
- "443:443"
|
|
|
mq: # the MQTT broker for netmaker
|
|
|
container_name: mq
|
|
|
- image: eclipse-mosquitto:2.0.11-openssl
|
|
|
+ image: eclipse-mosquitto:2.0.15-openssl
|
|
|
depends_on:
|
|
|
- netmaker
|
|
|
restart: unless-stopped
|