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
@@ -39,6 +39,8 @@ services:
image: amir20/dozzle:latest
ports:
- 9135:8080
volumes:
- /docker/dozzle/data:/data
env_file:
- .env
environment:
@@ -8,7 +8,7 @@ description: Install UpSnap to remotely wake up machines on your local network v
[UpSnap](https://github.com/seriousm4x/UpSnap) is a container that allows you to remotely power on, shut down, or put your machines to sleep. It mainly uses Wake-On-Lan (WoL) over the network and offers advanced features.
![Beszel](/img/serveex/upsnap.webp)
![UpSnap](/img/serveex/upsnap.webp)
## Installation
+2 -2
View File
@@ -133,8 +133,8 @@ services:
container_name: bazarr
restart: unless-stopped
environment:
- PUID=1000
- PGID=1000
- PUID=${PUID}
- PGID=${PGID}
- TZ=Europe/Paris
volumes:
- /srv/docker/bazarr/config:/config
@@ -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
```
@@ -459,7 +459,6 @@ authentik_host_insecure: false
container_image:
docker_network: null
docker_map_ports: true
docker_labels: null
```
Save with :kbd{value="Ctrl+O"}, then :kbd{value="Enter"}, and exit with :kbd{value="Ctrl+X"}.