mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-03 01:39:33 +02:00
next version
This commit is contained in:
parent
644fd22fcc
commit
f7a81b521b
3 changed files with 4 additions and 4 deletions
|
@ -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 - 2022 Roland Gruber
|
||||
# Copyright (C) 2019 - 2023 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:bullseye-slim
|
||||
LABEL maintainer="Roland Gruber <post@rolandgruber.de>"
|
||||
|
||||
ARG LAM_RELEASE=8.2
|
||||
ARG LAM_RELEASE=8.3.RC1
|
||||
EXPOSE 80
|
||||
|
||||
ENV \
|
||||
|
|
|
@ -3,7 +3,7 @@ services:
|
|||
ldap-account-manager:
|
||||
build:
|
||||
context: .
|
||||
image: ldapaccountmanager/lam:8.2
|
||||
image: ldapaccountmanager/lam:8.3.RC1
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8080:80"
|
||||
|
|
|
@ -1 +1 @@
|
|||
8.2
|
||||
8.3.RC1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue