Skip to content

Commit dd7c476

Browse files
Update README.md
1 parent a8084fc commit dd7c476

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ docker-compose
55
avahi
66
dbus
77
```
8-
**Note:** Hass images used in this docker-compose file require machine with x86_64 architecture (check it by running `uname -m` command)
8+
**Note:** Hass images used in this docker-compose file require machine with x86_64 CPU architecture (check it by running `uname -m` command)
99

1010

1111
## Run
1212
If you want to use standard folder for Hass-supervisor data (defauld is in /usr/share/hassio - needs to be created):
1313
```
14-
docker-compose up
14+
docker-compose up -d
1515
```
1616

1717
If you want to specify folder for Hass-supervisor data:
1818
```
19-
SUPERVISOR_SHARE=/yourfolder docker-compose up
19+
SUPERVISOR_SHARE=/yourfolder docker-compose up -d
2020
```

0 commit comments

Comments
 (0)