chore: Update docker-compose.yml

This commit is contained in:
LRVT 2025-07-31 14:21:49 +02:00 committed by GitHub
parent 531accce69
commit e2f36ac9a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,4 +13,17 @@ services:
- 8080 - 8080
volumes: volumes:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/filebrowser/data:/data - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/filebrowser/data:/data
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/filebrowser/config:/config - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/filebrowser/config:/config
#networks:
# - proxy
#labels:
# - traefik.enable=true
# - traefik.docker.network=proxy
# - traefik.http.routers.filebrowser.rule=Host(`filebrowser.example.com`)
# - traefik.http.services.filebrowser.loadbalancer.server.port=8080
# # Optional part for traefik middlewares
# - traefik.http.routers.filebrowser.middlewares=local-ipwhitelist@file
#networks:
# proxy:
# external: true