Fix compose network snippet indentation across app articles
This commit is contained in:
@@ -31,7 +31,7 @@ tree:
|
||||
- srv:
|
||||
- docker:
|
||||
- plex:
|
||||
- compose.yml
|
||||
- compose.yaml
|
||||
- config/
|
||||
- transcode/
|
||||
- tautulli:
|
||||
@@ -427,9 +427,9 @@ Allez dans Dockge, modifiez le fichier compose de SWAG, et ajoutez le réseau d'
|
||||
---
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user