This commit is contained in:
Roland Gruber 2020-02-22 11:18:45 +01:00
parent 110d693aaf
commit 5f09fe6ebe
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
# Docker image for LDAP Account Manager
# This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/)
# Copyright (C) 2019 Roland Gruber
# Copyright (C) 2019 - 2020 Roland Gruber
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@ -29,7 +29,7 @@
FROM debian:buster-slim
LABEL maintainer="Roland Gruber <post@rolandgruber.de>"
ARG LAM_RELEASE=7.0
ARG LAM_RELEASE=7.1.RC1
EXPOSE 80
ENV \

View File

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