From e7253acfd862de465b6091306075e4b15ce83acd Mon Sep 17 00:00:00 2001 From: rudy Date: Fri, 22 Apr 2022 10:34:56 +0200 Subject: [PATCH] ajout module fcgid et readme --- containers/loginapp/Dockerfile | 1 + readme.md | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 readme.md diff --git a/containers/loginapp/Dockerfile b/containers/loginapp/Dockerfile index 6efbb72..94c11eb 100644 --- a/containers/loginapp/Dockerfile +++ b/containers/loginapp/Dockerfile @@ -26,6 +26,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \ php${PHP_VERSION}-ssh2 libxml2-utils \ locales \ apache2 \ + libapache2-mod-fcgid \ ssh-client \ acl moreutils \ sudo diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..811011c --- /dev/null +++ b/readme.md @@ -0,0 +1,2 @@ +definir un port à exposer entre 3000 et 6000 exclus +définir un nom de container \ No newline at end of file