feat: update caddy proxy command

This commit is contained in:
deadcxap
2025-08-25 05:23:34 +03:00
parent e39b9de833
commit 98d92a1c18
+1 -1
View File
@@ -25,7 +25,7 @@ services:
caddy.forward_auth: tinyauth:3000
caddy.forward_auth.uri: /api/auth/caddy
caddy.forward_auth.copy_headers: Remote-User Remote-Name Remote-Email Remote-Groups
command: ["caddy","docker-proxy","--watch","--docker-host","unix:///var/run/docker.sock"]
command: ["caddy","docker-proxy","--docker-sockets","unix:///var/run/docker.sock"]
tinyauth:
image: ghcr.io/steveiliop56/tinyauth:v3