chore: Explicitly define local driver for Teslamate volumes
Added `driver: local` to the `teslamate-grafana-data`, `mosquitto-conf`, and `mosquitto-data` volume definitions in `docker-compose.yml`. This change explicitly specifies the local volume driver for these bind-mounted volumes, improving clarity and ensuring consistent behavior within the Docker environment.
This commit is contained in:
@@ -85,16 +85,19 @@ volumes:
|
||||
device: /mnt/docker/home/teslamate/data
|
||||
o: bind
|
||||
teslamate-grafana-data:
|
||||
driver: local
|
||||
driver_opts:
|
||||
type: none
|
||||
device: /mnt/docker/home/teslamate/data
|
||||
o: bind
|
||||
mosquitto-conf:
|
||||
driver: local
|
||||
driver_opts:
|
||||
type: none
|
||||
device: /mnt/docker/home/teslamate/data
|
||||
o: bind
|
||||
mosquitto-data:
|
||||
driver: local
|
||||
driver_opts:
|
||||
type: none
|
||||
device: /mnt/docker/home/teslamate/data
|
||||
|
||||
Reference in New Issue
Block a user