Filebrowser + Dozzle updates
This commit is contained in:
@ -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
|
||||||
---
|
---
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user