Fix compose network snippet indentation across app articles
This commit is contained in:
@@ -135,9 +135,9 @@ In Dockge, go to the SWAG stack and edit the compose file to add code-server’s
|
||||
---
|
||||
services:
|
||||
swag:
|
||||
container_name: # ...
|
||||
container_name: # ...
|
||||
# ...
|
||||
networks: # Connects the container to a custom network
|
||||
networks: # Connects the container to a custom network
|
||||
# ...
|
||||
- code-server # Name of the network defined in the stack
|
||||
|
||||
|
||||
@@ -90,9 +90,9 @@ In Dockge, go to the SWAG stack and edit the compose file by adding Forgejo's ne
|
||||
---
|
||||
services:
|
||||
swag:
|
||||
container_name: # ...
|
||||
container_name: # ...
|
||||
# ...
|
||||
networks: # Connect the container to the custom network
|
||||
networks: # Connect the container to the custom network
|
||||
# ...
|
||||
- forgejo # Name of the declared network
|
||||
|
||||
|
||||
@@ -68,9 +68,9 @@ In Dockge, go to the SWAG stack and edit the compose file to add the IT Tools ne
|
||||
---
|
||||
services:
|
||||
swag:
|
||||
container_name: # ...
|
||||
container_name: # ...
|
||||
# ...
|
||||
networks: # Connects the container to the custom network
|
||||
networks: # Connects the container to the custom network
|
||||
# ...
|
||||
- it-tools # Network name as defined in the IT Tools stack
|
||||
|
||||
|
||||
Reference in New Issue
Block a user