This commit is contained in:
nathan 2026-04-25 11:46:56 -04:00
parent 5b985fb553
commit 4ebeef9117

View File

@ -1,14 +1,12 @@
services:
SnapOtter:
image: snapotter/snapotter:latest # or ghcr.io/snapotter-hq/snapotter:latest
ports:
- "1349:1349"
volumes:
- /mnt/appdata/snapotter/data:/data
networks:
- proxy-net
environment:
- AUTH_ENABLED=${AUTH_ENABLED}
# - AUTH_ENABLED=${AUTH_ENABLED}
# - DEFAULT_USERNAME=${DEFAULT_USERNAME}
# - DEFAULT_PASSWORD=${DEFAULT_PASSWORD}
- MAX_USERS=${MAX_USERS}