Skip to content
Snippets Groups Projects
Commit abb16b24 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

docker dev: set php 8.2

parent 7e80af77
No related branches found
No related tags found
1 merge request!62V2.0
# #
# GENERATED BY init.sh - template: ./templates/web-server-Dockerfile - 42dce773c83597a7d05af398bdd66d15 # GENERATED BY init.sh - template: ./templates/web-server-Dockerfile - 42dce773c83597a7d05af398bdd66d15
# #
FROM php:8.1-apache FROM php:8.2-apache
# install packages # install packages
RUN apt-get update && apt-get install -y git unzip zip rsync RUN apt-get update && apt-get install -y git unzip zip rsync
......
...@@ -22,7 +22,7 @@ services: ...@@ -22,7 +22,7 @@ services:
dockerfile: ./containers/web-server/Dockerfile dockerfile: ./containers/web-server/Dockerfile
# keep "FROM" in docker file ... then image is not needed here # keep "FROM" in docker file ... then image is not needed here
# image: "php:8.1-apache" # image: "php:8.2-apache"
container_name: 'imlcinode-server' container_name: 'imlcinode-server'
ports: ports:
......
...@@ -25,7 +25,7 @@ APP_APT_PACKAGES="git unzip zip rsync" ...@@ -25,7 +25,7 @@ APP_APT_PACKAGES="git unzip zip rsync"
APP_APACHE_MODULES="rewrite" APP_APACHE_MODULES="rewrite"
# APP_APACHE_MODULES="" # APP_APACHE_MODULES=""
APP_PHP_VERSION=8.1 APP_PHP_VERSION=8.2
# sqlite3 is active already # sqlite3 is active already
# sockets is for appmonitor tcp check only # sockets is for appmonitor tcp check only
APP_PHP_MODULES="curl mbstring ldap intl xml sockets" APP_PHP_MODULES="curl mbstring ldap intl xml sockets"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment