Change enviroment variables.
This commit is contained in:
parent
3b13446e65
commit
080a886d38
1 changed files with 4 additions and 4 deletions
|
|
@ -14,10 +14,10 @@ services:
|
|||
- "9001:9001"
|
||||
environment:
|
||||
- SERVICE_FQDN_MOSQUITTO
|
||||
- "USERNAME=${USERNAME:-mosquitto}"
|
||||
- "PASSWORD=${PASSWORD:-mosquitto}"
|
||||
- "REQUIRE_CERTIFICATE=${REQUIRE_CERTIFICATE:-false}"
|
||||
- "ALLOW_ANONYMOUS=${ALLOW_ANONYMOUS:-true}"
|
||||
- MQTT_USERNAME=${MQTT_USERNAME:-mosquitto}
|
||||
- MQTT_PASSWORD=${MQTT_PASSWORD:-mosquitto}
|
||||
- REQUIRE_CERTIFICATE=${REQUIRE_CERTIFICATE:-false}
|
||||
- ALLOW_ANONYMOUS=${ALLOW_ANONYMOUS:-true}
|
||||
volumes:
|
||||
- "./mosquitto/config:/mosquitto/config"
|
||||
- "./mosquitto/data:/mosquitto/data"
|
||||
|
|
|
|||
Loading…
Reference in a new issue