Fix remaining minor audit findings in Serveex guides (A8-A14)

Co-Authored-By: Claude Sonnet 5 <[email protected]>
This commit is contained in:
Djeex
2026-09-07 21:12:29 +02:00
co-authored by Claude Sonnet 5
parent 0f070de51a
commit 4e86fe2c4a
12 changed files with 15 additions and 13 deletions
@@ -144,7 +144,7 @@ services:
networks: # Defines the custom network
# ...
code-server: # Name of the network defined in the stack
name: code-serveur # Actual name of the external network
name: code-server_default # Actual name of the external network
external: true # Indicates its an external network
```