Skip to content

Commit 79eccd2

Browse files
Update README.md
1 parent 06f4951 commit 79eccd2

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### Requirements
1+
## Requirements
22
```
33
docker-ce
44
bash
@@ -8,3 +8,15 @@ avahi
88
dbus
99
```
1010
**Note:** Hass images used in this docker-compose file require machine with x86_64 architecture (check it by running `uname -m` command)
11+
12+
13+
## Run
14+
If you want to use standard folder for Hass-supervisor data:
15+
```
16+
docker-compose up
17+
```
18+
19+
If you want to specify folder for Hass-supervisor data:
20+
```
21+
SUPERVISOR_SHARE=/yourfolder docker-compose up
22+
```

0 commit comments

Comments
 (0)