Fix compose network snippet indentation across app articles
This commit is contained in:
@@ -26,7 +26,7 @@ tree:
|
||||
- srv:
|
||||
- docker:
|
||||
- jellyfin:
|
||||
- compose.yml
|
||||
- compose.yaml
|
||||
- .env
|
||||
- config/
|
||||
- sonarr:
|
||||
@@ -406,9 +406,9 @@ Go to Dockge, edit the SWAG compose file, and add the Seerr network, which is th
|
||||
---
|
||||
services:
|
||||
swag:
|
||||
container_name: # ...
|
||||
container_name: # ...
|
||||
# ...
|
||||
networks: # Connects the container to a custom network
|
||||
networks: # Connects the container to a custom network
|
||||
# ...
|
||||
- jellyfin # Name of the network declared in the stack
|
||||
|
||||
|
||||
Reference in New Issue
Block a user