error on enviromnent variable
This commit is contained in:
@@ -20,11 +20,11 @@ volumes:
|
|||||||
driver_opts:
|
driver_opts:
|
||||||
type: ${MOSQUITTO_VOLUME_DATA_TYPE}
|
type: ${MOSQUITTO_VOLUME_DATA_TYPE}
|
||||||
o: ${MOSQUITTO_VOLUME_DATA_O}
|
o: ${MOSQUITTO_VOLUME_DATA_O}
|
||||||
device: ${MOSQUITTO_VOLUME_DATA_DEVICE}
|
device: "${MOSQUITTO_VOLUME_DATA_DEVICE}"
|
||||||
config:
|
config:
|
||||||
name: mosquitto_config
|
name: mosquitto_config
|
||||||
driver: local
|
driver: local
|
||||||
driver_opts:
|
driver_opts:
|
||||||
type: ${MOSQUITTO_VOLUME_CONFIG_TYPE}
|
type: ${MOSQUITTO_VOLUME_CONFIG_TYPE}
|
||||||
o: ${MOSQUITTO_VOLUME_CONFI_O}
|
o: ${MOSQUITTO_VOLUME_CONFIG_O}
|
||||||
device: ${MOSQUITTO_VOLUME_CONFIG_DEVICE}
|
device: "${MOSQUITTO_VOLUME_CONFIG_DEVICE}"
|
||||||
|
|||||||
Reference in New Issue
Block a user