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}
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /docker/dozzle/data:/data
```
::alert{type="success"}
@ -65,7 +64,7 @@ Fill in your domain name in the `.env` file, for example:
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
---