Normalize formatting conventions across guides (chapter D)

This commit is contained in:
Djeex
2026-09-07 21:28:08 +02:00
parent db30198450
commit 064d8f1576
14 changed files with 74 additions and 84 deletions
@@ -84,14 +84,13 @@ Mount every folder you listed under `sources` in `config.yaml` at the same path
::tip{icon=""}
✨ __Tip:__ Add the watchtower label to automate updates.
```yaml [compose.yaml]
services:
filebrowser-quantum:
#...
labels:
- com.centurylinklabs.watchtower.enable=true
```
```yaml [compose.yaml]
services:
filebrowser-quantum:
#...
labels:
- com.centurylinklabs.watchtower.enable=true
```
::
Deploy the container and go to `http://yourserverip:8020`. Log in with the default `admin` / `admin` credentials, then immediately change the password in your profile settings.
+11 -13
View File
@@ -48,20 +48,18 @@ From here on, we assume the network name for SWAG is `swag_default`.
::tip{icon=""}
✨ __Tip:__ Add the watchtower label to each container to automate updates.
```yaml [compose.yaml]
services:
pingvin-share:
#...
labels:
```yaml [compose.yaml]
services:
pingvin-share:
#...
labels:
- com.centurylinklabs.watchtower.enable=true
- com.centurylinklabs.watchtower.enable=true
clamav:
#...
labels:
- com.centurylinklabs.watchtower.enable=true
```
clamav:
#...
labels:
- com.centurylinklabs.watchtower.enable=true
```
::
Deploy the container and go to `http://yourserverip:3600`. That's it! Your Pingvin web UI instance is up and running!