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