mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-01 16:08:32 +02:00
bitwarden
This commit is contained in:
@ -17,4 +17,13 @@ services:
|
||||
- TZ=Europe/Bratislava
|
||||
labels:
|
||||
com.centurylinklabs.watchtower.enable: true
|
||||
restart: always
|
||||
restart: always
|
||||
esphome:
|
||||
container_name: esphome
|
||||
image: esphome/esphome
|
||||
volumes:
|
||||
- /share/docker_data/esphome/config:/config
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
restart: always
|
||||
privileged: true
|
||||
network_mode: host
|
Reference in New Issue
Block a user