Normalize formatting conventions across guides (chapter D)

Co-Authored-By: Claude Sonnet 5 <[email protected]>
This commit is contained in:
Djeex
2026-09-07 21:28:08 +02:00
co-authored by Claude Sonnet 5
parent bbcdeb4caf
commit 604110c801
14 changed files with 74 additions and 84 deletions
@@ -58,14 +58,13 @@ services:
::tip{icon=""}
✨ Add the Watchtower label to each container to automate updates
```yaml [compose.yaml]
services:
code-server:
#...
labels:
- com.centurylinklabs.watchtower.enable=true
```
```yaml [compose.yaml]
services:
code-server:
#...
labels:
- com.centurylinklabs.watchtower.enable=true
```
::
### Set your environment variables
@@ -31,14 +31,13 @@ services:
::tip{icon=""}
✨ __Tip:__ Add the Watchtower label to each container to enable automatic updates.
```yaml [compose.yaml]
services:
it-tools:
#...
labels:
- com.centurylinklabs.watchtower.enable=true
```
```yaml [compose.yaml]
services:
it-tools:
#...
labels:
- com.centurylinklabs.watchtower.enable=true
```
::
Deploy the container and visit `http://yourserverip:3222`. Thats it, your IT Tools web UI instance is up and running!