Update traefik

This commit is contained in:
2025-07-25 22:35:31 +05:30
parent a24ea4485e
commit efd87a8244

View File

@@ -1,6 +1,6 @@
services: services:
socket-proxy: traefik_socket_proxy:
container_name: socket-proxy container_name: traefik_socket_proxy
image: ghcr.io/11notes/socket-proxy:2.1.3 image: ghcr.io/11notes/socket-proxy:2.1.3
restart: unless-stopped restart: unless-stopped
read_only: true read_only: true
@@ -18,7 +18,8 @@ services:
image: docker.io/library/traefik:v3.5.0 image: docker.io/library/traefik:v3.5.0
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
- socket-proxy traefik_socket_proxy:
condition: service_healthy
security_opt: security_opt:
- no-new-privileges:true - no-new-privileges:true
secrets: secrets: