Skip to content

Commit 2cc0ab2

Browse files
chriscrosstalkclaude
authored andcommitted
fix(security): also disable Dozzle container actions
Dozzle runs on port 9999 with no authentication. DOZZLE_ENABLE_ACTIONS allows anyone on the LAN to stop/restart containers. NOMAD already handles container management through its own admin UI. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2a8f833 commit 2cc0ab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/management_compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ services:
5151
volumes:
5252
- /var/run/docker.sock:/var/run/docker.sock # Allows Dozzle to read logs from the Host's Docker daemon
5353
environment:
54-
- DOZZLE_ENABLE_ACTIONS=true # Enables the action buttons (restart, stop, etc.)
54+
- DOZZLE_ENABLE_ACTIONS=false # Disabled — unauthenticated container stop/restart on LAN
5555
- DOZZLE_ENABLE_SHELL=false # Disabled — shell access + Docker socket = privilege escalation
5656
mysql:
5757
image: mysql:8.0

0 commit comments

Comments
 (0)