change test-adminipwhitelist par test-adminipallowlist

This commit is contained in:
HPL
2024-08-16 23:36:05 +02:00
parent 1dd2858922
commit 4366dde71a
7 changed files with 7 additions and 9 deletions

View File

@ -26,7 +26,7 @@ services:
labels:
- "traefik.enable=true"
- "traefik.http.routers.pad-admin.rule=Host(`${padHost}.${domain}`) && PathPrefix(`/admin`)"
- "traefik.http.routers.pad-admin.middlewares=test-adminipwhitelist@file"
- "traefik.http.routers.pad-admin.middlewares=test-adminipallowlist@file"
- "traefik.http.routers.pad.rule=Host(`${padHost}.${domain}`)"
- "traefik.docker.network=etherpadNet"