mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-11-08 20:04:06 +01:00
chore: Update docker-compose.yml
This commit is contained in:
parent
531accce69
commit
e2f36ac9a7
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user