-
-
Save seanclancy/21956a5f0b8f411106fd41f5a076e6b9 to your computer and use it in GitHub Desktop.
HASSIO (Home Assistant Supervised) for Synology DSM 7 (Unsupported Installation but allows updates and fully functional)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| version: '3' | |
| services: | |
| hassio: | |
| image: homeassistant/amd64-hassio-supervisor | |
| container_name: hassio_supervisor | |
| privileged: true | |
| security_opt: | |
| - seccomp:unconfined | |
| - apparmor:unconfined | |
| environment: | |
| - HOMEASSISTANT_REPOSITORY=homeassistant/qemux86-64-homeassistant | |
| - SUPERVISOR_SHARE=/PATH/TO/FOLDER/A | |
| - SUPERVISOR_NAME=hassio_supervisor | |
| volumes: | |
| - /PATH/TO/FOLDER/A:/data | |
| - /var/run/docker.sock:/var/run/docker.sock | |
| - /var/run/dbus:/var/run/dbus |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment