Browse Source

7.1

pull/87/head
Roland Gruber 3 years ago
parent
commit
5f09fe6ebe
  1. 4
      lam-packaging/docker/Dockerfile
  2. 2
      lam-packaging/docker/docker-compose.yml

4
lam-packaging/docker/Dockerfile

@ -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 \

2
lam-packaging/docker/docker-compose.yml

@ -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:

Loading…
Cancel
Save