Remove stray blank lines after comments in compose snippets
This commit is contained in:
@@ -136,7 +136,6 @@ services:
|
||||
# ...
|
||||
networks: # Connects the container to a custom network
|
||||
# ...
|
||||
|
||||
- code-server # Name of the network defined in the stack
|
||||
|
||||
networks: # Defines the custom network
|
||||
|
||||
@@ -87,7 +87,6 @@ services:
|
||||
# ...
|
||||
networks: # Connect the container to the custom network
|
||||
# ...
|
||||
|
||||
- forgejo # Name of the declared network
|
||||
|
||||
networks: # Define the custom network
|
||||
|
||||
@@ -71,7 +71,6 @@ services:
|
||||
# ...
|
||||
networks: # Connects the container to the custom network
|
||||
# ...
|
||||
|
||||
- it-tools # Network name as defined in the IT Tools stack
|
||||
|
||||
networks: # Defines the custom network
|
||||
|
||||
Reference in New Issue
Block a user