Fix compose network snippet indentation across app articles
This commit is contained in:
@@ -36,7 +36,7 @@ tree:
|
||||
- srv:
|
||||
- docker:
|
||||
- plex:
|
||||
- compose.yml
|
||||
- compose.yaml
|
||||
- .env
|
||||
- config/
|
||||
- transcode/
|
||||
@@ -192,9 +192,9 @@ Go to Dockge and edit SWAG’s compose file by adding Tautulli’s network:
|
||||
---
|
||||
services:
|
||||
swag:
|
||||
container_name: # ...
|
||||
container_name: # ...
|
||||
# ...
|
||||
networks: # Attach container to custom network
|
||||
networks: # Attach container to custom network
|
||||
# ...
|
||||
- tautulli # Name of the declared network
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ tree:
|
||||
- srv:
|
||||
- docker:
|
||||
- plex:
|
||||
- compose.yml
|
||||
- compose.yaml
|
||||
- config/
|
||||
- transcode/
|
||||
- tautulli:
|
||||
@@ -427,9 +427,9 @@ Go to Dockge, edit the SWAG compose file, and add the Overseerr network, which i
|
||||
---
|
||||
services:
|
||||
swag:
|
||||
container_name: # ...
|
||||
container_name: # ...
|
||||
# ...
|
||||
networks: # Connects the container to a custom network
|
||||
networks: # Connects the container to a custom network
|
||||
# ...
|
||||
- plex # Name of the network declared in the stack
|
||||
|
||||
|
||||
@@ -92,9 +92,9 @@ In Dockge, go to the SWAG stack and edit the compose file by adding Gitea's netw
|
||||
---
|
||||
services:
|
||||
swag:
|
||||
container_name: # ...
|
||||
container_name: # ...
|
||||
# ...
|
||||
networks: # Connect the container to the custom network
|
||||
networks: # Connect the container to the custom network
|
||||
# ...
|
||||
- gitea # Name of the declared network
|
||||
|
||||
|
||||
Reference in New Issue
Block a user