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: services:
SnapOtter: SnapOtter:
image: snapotter/snapotter:latest # or ghcr.io/snapotter-hq/snapotter:latest image: snapotter/snapotter:latest # or ghcr.io/snapotter-hq/snapotter:latest
ports:
- "1349:1349"
volumes: volumes:
- /mnt/appdata/snapotter/data:/data - /mnt/appdata/snapotter/data:/data
networks: networks:
- proxy-net - proxy-net
environment: environment:
- AUTH_ENABLED=${AUTH_ENABLED} # - AUTH_ENABLED=${AUTH_ENABLED}
# - DEFAULT_USERNAME=${DEFAULT_USERNAME} # - DEFAULT_USERNAME=${DEFAULT_USERNAME}
# - DEFAULT_PASSWORD=${DEFAULT_PASSWORD} # - DEFAULT_PASSWORD=${DEFAULT_PASSWORD}
- MAX_USERS=${MAX_USERS} - MAX_USERS=${MAX_USERS}