File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- FROM ubuntu:20 .04
1
+ FROM ubuntu:24 .04
2
2
3
3
# OpenLDAP Server
4
4
ARG DEBIAN_FRONTEND=noninteractive
@@ -36,4 +36,4 @@ RUN echo "ServerName 127.0.0.1" >> /etc/apache2/apache2.conf
36
36
EXPOSE 80
37
37
EXPOSE 389
38
38
39
- CMD apache2ctl -D FOREGROUND & slapd -h "ldap:/// ldapi:///" -u openldap -g openldap -d 0
39
+ CMD apache2ctl -D FOREGROUND & slapd -h "ldap:/// ldapi:///" -u openldap -g openldap -d 0
Original file line number Diff line number Diff line change 1
- FROM ubuntu:20 .04
1
+ FROM ubuntu:24 .04
2
2
3
3
ARG DEBIAN_FRONTEND=noninteractive
4
4
RUN apt-get update && apt-get install -y \
@@ -28,4 +28,4 @@ RUN echo "ServerName 127.0.0.1" >> /etc/apache2/apache2.conf
28
28
EXPOSE 80
29
29
EXPOSE 3306
30
30
31
- CMD apache2ctl -D FOREGROUND & mysqld
31
+ CMD apache2ctl -D FOREGROUND & mysqld
Original file line number Diff line number Diff line change 1
- FROM ubuntu:20 .04
1
+ FROM ubuntu:24 .04
2
2
3
3
# Web Server Setup
4
4
ARG DEBIAN_FRONTEND=noninteractive
@@ -23,4 +23,4 @@ RUN sed -i '/display_errors/c\display_errors = on' /etc/php/7.4/apache2/php.ini
23
23
# Start apache2 server
24
24
EXPOSE 80
25
25
26
- CMD ["apache2ctl" , "-D" , "FOREGROUND" ]
26
+ CMD ["apache2ctl" , "-D" , "FOREGROUND" ]
You can’t perform that action at this time.
0 commit comments