Filebrowser + Dozzle updates

This commit is contained in:
2025-07-11 14:13:18 +00:00
parent 7059821f1c
commit c1d3d35e24
2 changed files with 2 additions and 4 deletions

View File

@ -45,7 +45,6 @@ services:
- DOZZLE_HOSTNAME=${DOMAIN} - DOZZLE_HOSTNAME=${DOMAIN}
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
- /docker/dozzle/data:/data
``` ```
::alert{type="success"} ::alert{type="success"}
@ -65,7 +64,7 @@ Fill in your domain name in the `.env` file, for example:
DOMAIN=dozzle.mydomain.com DOMAIN=dozzle.mydomain.com
``` ```
Deploy the container and go to `http://yourserverip:9135`. Voilà, your Dozzle web UI is up and running! Deploy the container. Go to `http://yourserverip:9135`. Voilà, your Dozzle web UI is up and running!
## Exposing Dozzle with Swag ## Exposing Dozzle with Swag
--- ---

View File

@ -27,9 +27,8 @@ services:
filebrowser: filebrowser:
container_name: filebrowser container_name: filebrowser
volumes: volumes:
- /:/srv
- /docker/filebrowser/config:/config/ - /docker/filebrowser/config:/config/
# - /path/to/your/folders:/yourfolders - /path/to/your/folders:/yourfolders #add your folders to browse as /docker:/docker for exemple
ports: ports:
- 8010:80 - 8010:80
image: filebrowser/filebrowser:s6 image: filebrowser/filebrowser:s6