We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3858177 commit 06f4951Copy full SHA for 06f4951
docker-compose.yml
@@ -7,9 +7,9 @@ services:
7
volumes:
8
- /var/run/docker.sock:/var/run/docker.sock
9
- /var/run/dbus:/var/run/dbus
10
- - /opt/dock/containers/hassio/share:/data
+ - ${SUPERVISOR_SHARE-/usr/share/hassio}:/data
11
environment:
12
- - SUPERVISOR_SHARE=/opt/dock/containers/hassio/share
+ - SUPERVISOR_SHARE=${SUPERVISOR_SHARE-/usr/share/hassio}
13
- SUPERVISOR_NAME=hassio_supervisor
14
- HOMEASSISTANT_REPOSITORY=homeassistant/qemux86-homeassistant
15
security_opt:
0 commit comments