Skip to content

Commit 7e457e8

Browse files
committed
Update Examples
1 parent 958b137 commit 7e457e8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ services:
6060
ports:
6161
- "8080:8080"
6262
volumes:
63-
- ./apps.yaml:/apps.yaml
63+
- ./appdata:/appdata
6464
environment:
65-
- HOMEDASH_MANIFEST=/apps.yaml
65+
- HOMEDASH_MANIFEST=/appdata/apps.yaml
6666
restart: unless-stopped
6767
```
6868

compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ services:
66
ports:
77
- "9443:8080"
88
volumes:
9-
- ./apps.yaml:/apps.yaml:ro
9+
- ./appdata:/appdata
1010
- ./ssl:/ssl:ro
1111
environment:
12-
- HOMEDASH_MANIFEST=/apps.yaml
12+
- HOMEDASH_MANIFEST=/appdata/apps.yaml
1313
- HOMEDASH_TLS_CERT=/ssl/cert.pem
1414
- HOMEDASH_TLS_KEY=/ssl/key.pem

0 commit comments

Comments
 (0)