Fix compose network snippet indentation across app articles
This commit is contained in:
@@ -127,9 +127,9 @@ In Dockge, go to the SWAG stack and edit the compose file to add File Browser Qu
|
||||
---
|
||||
services:
|
||||
swag:
|
||||
container_name: # ...
|
||||
container_name: # ...
|
||||
# ...
|
||||
networks: # Connects the container to the custom network
|
||||
networks: # Connects the container to the custom network
|
||||
# ...
|
||||
- filebrowser-quantum # Name of the network declared in the stack
|
||||
|
||||
|
||||
@@ -91,9 +91,9 @@ In Dockge, go to the SWAG stack and edit the compose file to add the pingvin net
|
||||
---
|
||||
services:
|
||||
swag:
|
||||
container_name: # ...
|
||||
container_name: # ...
|
||||
# ...
|
||||
networks: # Connects the container to the custom network
|
||||
networks: # Connects the container to the custom network
|
||||
# ...
|
||||
- pingvin # Name of the network declared in the stack
|
||||
|
||||
|
||||
Reference in New Issue
Block a user