Name and icon code blocks by real filename across the site

This commit is contained in:
Djeex
2026-08-31 22:12:47 +02:00
parent baf3590186
commit 6696ed9b23
55 changed files with 277 additions and 252 deletions
@@ -30,7 +30,7 @@ root
Open Dockge, click on `compose`, name the stack `dozzle`, then copy and paste the following:
```yaml
```yaml [compose.yaml]
---
services:
dozzle:
@@ -53,7 +53,7 @@ services:
::tip{icon=""}
✨ __Tip:__ Add the watchtower label to each container to automate updates
```yaml
```yaml [compose.yaml]
services:
dozzle:
#...
@@ -65,7 +65,7 @@ services:
Fill in your domain name in the `.env` file, for example:
```properties
```properties [.env]
DOMAIN=dozzle.mydomain.com
```
@@ -88,7 +88,7 @@ We assume you have created a subdomain like `dozzle.mydomain.com` in your [DNS z
Go to Dockge and edit the SWAG compose file to add Dozzles network:
```yaml
```yaml [compose.yaml]
services:
swag:
container_name: # ...
@@ -123,7 +123,7 @@ sudo nano /docker/swag/config/nginx/proxy-confs/dozzle.subdomain.conf
```
Paste the configuration below:
```nginx
```nginx [dozzle.subdomain.conf]
## Version 2023/12/19
server {