This commit is contained in:
Roland Gruber 2019-12-09 18:19:11 +01:00
parent 80c97d49c6
commit b985110def
2 changed files with 3 additions and 2 deletions

View File

@ -23,12 +23,13 @@
# #
# Then access LAM at http://localhost:8080/ # Then access LAM at http://localhost:8080/
# You can change the port 8080 if needed. # You can change the port 8080 if needed.
# See possible environment variables here: https://github.com/LDAPAccountManager/lam/blob/develop/lam-packaging/docker/.env
# #
FROM debian:buster-slim FROM debian:buster-slim
LABEL maintainer="Roland Gruber <post@rolandgruber.de>" LABEL maintainer="Roland Gruber <post@rolandgruber.de>"
ARG LAM_RELEASE=6.9 ARG LAM_RELEASE=7.0.RC1
ENV \ ENV \
DEBIAN_FRONTEND=noninteractive \ DEBIAN_FRONTEND=noninteractive \

View File

@ -4,7 +4,7 @@ services:
build: build:
context: . context: .
args: args:
- LAM_RELEASE=6.9 - LAM_RELEASE=7.0.RC1
image: ldapaccountmanager/lam:latest image: ldapaccountmanager/lam:latest
restart: unless-stopped restart: unless-stopped
ports: ports: