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
+11 -13
View File
@@ -48,20 +48,18 @@ services:
::tip{icon=""}
✨ __Astuce :__ ajoutez le label watchtower à chaque conteneur pour automatiser les mises à jour.
```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
```
::
Déployez le conteneur et allez sur `http://ipdevotreserveur:3600`. Et voilà ! Votre instance web Pingvin est en route !