mirror of
https://github.com/natankeddem/bale.git
synced 2026-04-23 06:50:41 +00:00
fixed docker related files
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user