mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-09-24 19:20:28 +01:00
Adds integration tests for per path access lists, fixes ipv6 jsv,
and enforces host-wide access list when location access list is not set
This commit is contained in:
@@ -65,7 +65,8 @@ rm -rf "${LOCAL_RESOLVE}"
|
||||
printf "nameserver %s\noptions ndots:0" "${DNSROUTER_IP}" > "${LOCAL_RESOLVE}"
|
||||
|
||||
# bring up all remaining containers, except cypress!
|
||||
docker compose up -d --remove-orphans stepca squid
|
||||
docker compose build examplesite
|
||||
docker compose up -d --remove-orphans --no-build stepca squid examplesite
|
||||
docker compose pull db-mysql || true # ok to fail
|
||||
docker compose pull db-postgres || true # ok to fail
|
||||
docker compose pull authentik authentik-redis authentik-ldap || true # ok to fail
|
||||
|
||||
Reference in New Issue
Block a user