Skip to content

Commit 06f4951

Browse files
Parametrize SUPERVISOR_SHARE
1 parent 3858177 commit 06f4951

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ services:
77
volumes:
88
- /var/run/docker.sock:/var/run/docker.sock
99
- /var/run/dbus:/var/run/dbus
10-
- /opt/dock/containers/hassio/share:/data
10+
- ${SUPERVISOR_SHARE-/usr/share/hassio}:/data
1111
environment:
12-
- SUPERVISOR_SHARE=/opt/dock/containers/hassio/share
12+
- SUPERVISOR_SHARE=${SUPERVISOR_SHARE-/usr/share/hassio}
1313
- SUPERVISOR_NAME=hassio_supervisor
1414
- HOMEASSISTANT_REPOSITORY=homeassistant/qemux86-homeassistant
1515
security_opt:

0 commit comments

Comments
 (0)