Fix compose network snippet indentation across app articles
This commit is contained in:
@@ -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 Dozzle’s 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 Beszel’s 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user