fixed compose

This commit is contained in:
Natan Keddem
2024-04-30 20:00:42 -04:00
parent b9e9640977
commit 7c3945a34e

View File

@ -1,14 +1,15 @@
version: "3.8" version: "3.8"
services: services:
autopve: bale:
image: autopve:latest image: ghcr.io/natankeddem/autopve:latest
ports: ports:
- 8080:8080 - 8080:8080
# volumes: volumes:
# - ~/path/to/data:/app/data - /etc/localtime:/etc/localtime:ro
# - ~/path/to/logs:/app/logs - ~/path/to/data:/app/data
- ~/path/to/logs:/app/logs
environment: environment:
- PUID=1000 - PUID=1000
- PGID=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