mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-03 09:49:16 +02:00
9.1
This commit is contained in:
parent
7aa9398104
commit
af5c74f214
8 changed files with 87 additions and 100 deletions
|
@ -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 \
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue