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