From 402fc08179ecf3b2f03d78d434d43152ef603b8b Mon Sep 17 00:00:00 2001 From: Bart Sjerps Date: Mon, 29 Jun 2026 09:45:08 +0200 Subject: [PATCH] Update compose.yaml --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 9631937..62128ec 100644 --- a/compose.yaml +++ b/compose.yaml @@ -6,7 +6,7 @@ services: image: ghcr.io/ldapaccountmanager/lam:9.6 restart: unless-stopped ports: - - "8080:80" + - ${COMPOSE_PORT_HTTP:-8080}:8080 volumes: - lamconfig:/var/lib/ldap-account-manager/config - lammainconfig:/etc/ldap-account-manager