Filebrowser + Dozzle update

This commit is contained in:
2025-07-11 14:15:11 +00:00
parent a086969bd0
commit 4e748b50d7
2 changed files with 2 additions and 5 deletions

View File

@ -41,11 +41,9 @@ services:
env_file:
- .env
environment:
- DOZZLE_AUTH_PROVIDER=simple
- DOZZLE_HOSTNAME=${DOMAIN}
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /docker/dozzle/data:/data
```
::alert{type="success"}