fixed docker related files

This commit is contained in:
Natan Keddem
2023-11-04 00:00:02 -04:00
parent 43d09904c2
commit 309d86b3b9
2 changed files with 5 additions and 6 deletions

View File

@@ -2,14 +2,13 @@ version: "3.8"
services:
hush:
# image: ghcr.io/natankeddem/snapper:latest
image: snapper:latest
image: ghcr.io/natankeddem/snapper:latest
ports:
- 8080:8080
# volumes:
# - ~/path/to/data:/app/.nicegui
# - ~/path/to/logs:/app/logs
volumes:
- ~/path/to/data:/app/data
- ~/path/to/logs:/app/logs
environment:
- PUID=1000
- PGID=1000
- VERBOSE_LOGGING=TRUE # Optional: Will enable additional logging. Warning logs may contain passwords in plaintext. Sanitize before sharing.
- VERBOSE_LOGGING=TRUE # Optional