Fix compose network snippet indentation across app articles

This commit is contained in:
Djeex
2026-09-07 13:09:23 +02:00
parent 3c85fec634
commit 6a27518be1
44 changed files with 104 additions and 104 deletions
@@ -153,9 +153,9 @@ In Dockge, edit the SWAG compose and add the Uptime-Kuma network:
---
services:
swag:
container_name: # ...
container_name: # ...
# ...
networks: # Link container to custom network
networks: # Link container to custom network
# ...
- uptime-kuma # Name of the declared network
@@ -97,9 +97,9 @@ Go to Dockge and edit the SWAG compose file to add Dozzles network:
---
services:
swag:
container_name: # ...
container_name: # ...
# ...
networks: # Connects the container to a custom network
networks: # Connects the container to a custom network
# ...
- dozzle # Network name declared in the stack
@@ -167,9 +167,9 @@ In Dockge, edit Swag's compose file and add Beszels network:
---
services:
swag:
container_name: # ...
container_name: # ...
# ...
networks:
networks:
# ...
- beszel # network declared in the stack
@@ -109,9 +109,9 @@ Go to Dockge, and edit the SWAG compose by adding the UpSnap network:
---
services:
swag:
container_name: # ...
container_name: # ...
# ...
networks: # Connects the container to the custom network
networks: # Connects the container to the custom network
# ...
- upsnap # Network name declared in the stack