Some typo corrections
This commit is contained in:
+1
-2
@@ -1,4 +1,3 @@
|
|||||||
version: "3.9"
|
|
||||||
services:
|
services:
|
||||||
web:
|
web:
|
||||||
image: ghcr.io/hoarder-app/hoarder:latest
|
image: ghcr.io/hoarder-app/hoarder:latest
|
||||||
@@ -7,7 +6,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- /var/lib/docker/volumes/hoarder/data:/data:rw
|
- /var/lib/docker/volumes/hoarder/data:/data:rw
|
||||||
ports:
|
ports:
|
||||||
- 3022:3000
|
- "3022:3000"
|
||||||
environment:
|
environment:
|
||||||
MEILI_ADDR: http://meilisearch:7700
|
MEILI_ADDR: http://meilisearch:7700
|
||||||
DATA_DIR: /data
|
DATA_DIR: /data
|
||||||
|
|||||||
Reference in New Issue
Block a user