This commit is contained in:
Roland Gruber 2025-02-25 07:59:58 +01:00
parent 7aa9398104
commit af5c74f214
8 changed files with 87 additions and 100 deletions

View file

@ -29,7 +29,7 @@
FROM debian:bookworm-slim
LABEL maintainer="Roland Gruber <post@rolandgruber.de>"
ARG LAM_RELEASE=9.0
ARG LAM_RELEASE=9.1.RC1
EXPOSE 80
ENV \

View file

@ -3,7 +3,7 @@ services:
ldap-account-manager:
build:
context: .
image: ldapaccountmanager/lam:9.0
image: ldapaccountmanager/lam:9.1.RC1
restart: unless-stopped
ports:
- "8080:80"