adsf
This commit is contained in:
parent
5b985fb553
commit
4ebeef9117
@ -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}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user