put php openldap admin behind /phpldapadmin/
This commit is contained in:
@@ -197,8 +197,11 @@ services:
|
||||
PHPLDAPADMIN_HTTPS: "false"
|
||||
labels:
|
||||
- "com.centurylinklabs.watchtower.enable=true"
|
||||
ports:
|
||||
- "38900:80"
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.phpldapadmin.rule=PathPrefix(`/phpldapadmin/`)"
|
||||
- "traefik.http.middlewares.stripprefix-phpldapadmin.stripprefix.prefixes=/phpldapadmin"
|
||||
- "traefik.http.routers.phpldapadmin.middlewares=stripprefix-phpldapadmin@docker"
|
||||
- "traefik.http.routers.phpldapadmin.entrypoints=web"
|
||||
depends_on:
|
||||
- openldap
|
||||
|
||||
|
||||
Reference in New Issue
Block a user