file browser
This commit is contained in:
@@ -2,15 +2,15 @@
|
||||
services:
|
||||
filebrowser:
|
||||
image: filebrowser/filebrowser:s6
|
||||
user: "1000:1000"
|
||||
# user: "1000:1000"
|
||||
ports:
|
||||
- 8081:80
|
||||
- 8188:80
|
||||
healthcheck:
|
||||
test: curl -f http://localhost:8081/ || exit 1
|
||||
test: curl -f http://localhost:8188/ || exit 1
|
||||
restart: unless-stopped
|
||||
# user: "1000:113"
|
||||
# healthcheck:
|
||||
# test: ["CMD", "curl", "-f", "http://localhost:8081/health"]
|
||||
# test: ["CMD", "curl", "-f", "http://localhost:8188/health"]
|
||||
# interval: 30s
|
||||
# timeout: 20s
|
||||
# retries: 3
|
||||
@@ -23,8 +23,6 @@ services:
|
||||
networks:
|
||||
- traefik
|
||||
environment:
|
||||
# - PUID=1000
|
||||
# - PGID=1000
|
||||
- PUID=${MYUID}
|
||||
- PGID=${MYGID}
|
||||
labels:
|
||||
@@ -34,7 +32,7 @@ services:
|
||||
- "traefik.http.routers.files.tls.certresolver=letsencr"
|
||||
# - traefik.http.middlewares.https_redirect.redirectscheme.scheme=https
|
||||
# - traefik.http.routers.http_catchall.middlewares=https_redirect
|
||||
- "traefik.http.services.files.loadbalancer.server.port=8081"
|
||||
- "traefik.http.services.files.loadbalancer.server.port=8188"
|
||||
# - "traefik.http.routers.files.middlewares=files_auth"
|
||||
# - "traefik.http.middlewares.files_auth.basicauth.users=admin:$$2a$$12$$MkhjqyuriyoE5.Mhz14ZXOkfjE7wUEDb46e9argix38VHZ5aAuGQC"
|
||||
# restart: always
|
||||
|
||||
Reference in New Issue
Block a user