Some typo corrections

This commit is contained in:
2025-03-30 16:58:43 +02:00
parent 0648f0966f
commit 88cf9514c4
+1 -2
View File
@@ -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