chore: Update docker-compose.yml

This commit is contained in:
LRVT 2025-07-31 14:23:54 +02:00 committed by GitHub
parent c3a9835722
commit bd5e1fc1ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,9 +8,9 @@ services:
environment:
- FB_BASEURL=/filebrowser
ports:
- 8080:8080
- 8080:80
expose:
- 8080
- 80
volumes:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/filebrowser/data:/data
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/filebrowser/config:/config
@ -21,7 +21,7 @@ services:
# - traefik.enable=true
# - traefik.docker.network=proxy
# - traefik.http.routers.filebrowser.rule=Host(`filebrowser.example.com`)
# - traefik.http.services.filebrowser.loadbalancer.server.port=8080
# - traefik.http.services.filebrowser.loadbalancer.server.port=80
# # Optional part for traefik middlewares
# - traefik.http.routers.filebrowser.middlewares=local-ipwhitelist@file