debug: print main.yaml to understand Traefik file provider config
All checks were successful
Deploy / deploy (push) Successful in 3m45s

This commit is contained in:
Gianpierre Mio
2026-03-10 10:31:45 -05:00
parent 599d8372cb
commit 9346ccc70a

View File

@@ -48,10 +48,8 @@ jobs:
- name: Diagnostics - name: Diagnostics
run: | run: |
echo "=== traefik.yaml content ==="
docker run --rm -v /etc/easypanel/traefik:/traefik-host alpine cat /traefik-host/traefik.yaml
echo "=== main.yaml content ===" echo "=== main.yaml content ==="
docker run --rm -v /etc/easypanel/traefik:/traefik-host alpine cat /traefik-host/config/main.yaml docker run --rm -v /etc/easypanel/traefik/config:/traefik-config alpine cat /traefik-config/main.yaml || echo "FAILED"
- name: Health check - name: Health check
run: | run: |