diff --git a/DOCKERFILE b/Dockerfile similarity index 100% rename from DOCKERFILE rename to Dockerfile diff --git a/docker-compose.yml b/docker-compose.yml index 0c6b4aa..5754f81 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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. \ No newline at end of file + - VERBOSE_LOGGING=TRUE # Optional \ No newline at end of file