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

This commit is contained in:
Djeex
2026-09-07 21:12:29 +02:00
parent 9c4b8a756e
commit f49f1409b9
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
```