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
+4 -4
View File
@@ -84,7 +84,7 @@ sudo nano compose.yml
```
Paste the following:
```yaml
```yaml [compose.yaml]
---
services:
dockge:
@@ -130,7 +130,7 @@ Watchtower is a container that checks for updates and pulls new images automatic
- Name the stack `watchtower`
- Paste the config below into the default config area in Dockge
```yaml
```yaml [compose.yaml]
---
services:
watchtower:
@@ -158,7 +158,7 @@ services:
Then fill in the `.env` section in Dockge with the following:
```properties
```properties [.env]
SCHEDULE=
WH_URL=
```
@@ -170,7 +170,7 @@ WH_URL=
To have Watchtower monitor your other containers, add this to their `compose.yml`:
```yaml
```yaml [compose.yaml]
labels:
- com.centurylinklabs.watchtower.enable=true