Loading Dockerfile +0 −7 Original line number Diff line number Diff line Loading @@ -14,13 +14,6 @@ ARG PHP_VERSION ENV PHP_VERSION=${PHP_VERSION} ENV HTTP_PROXY=${http_proxy} \ HTTPS_PROXY=${https_proxy} \ NO_PROXY=${no_proxy} \ http_proxy=${http_proxy} \ https_proxy=${https_proxy} \ no_proxy=${no_proxy} RUN apt-get -qq update && \ apt-get install -y \ apache2 \ Loading docker-compose.yml +0 −14 Original line number Diff line number Diff line Loading @@ -31,13 +31,6 @@ services: context: . args: - PHP_VERSION=8.2 environment: - http_proxy - https_proxy - no_proxy - HTTP_PROXY - HTTPS_PROXY - NO_PROXY ports: - "8003:443" volumes: Loading Loading @@ -94,13 +87,6 @@ services: sygal-import-ws: image: registre.unicaen.fr:5000/sygal-import-ws-image-php7.4 container_name: sygal-import-ws-container-php7.4 environment: - http_proxy - https_proxy - no_proxy - HTTP_PROXY - HTTPS_PROXY - NO_PROXY ports: - "8443:443" volumes: Loading Loading
Dockerfile +0 −7 Original line number Diff line number Diff line Loading @@ -14,13 +14,6 @@ ARG PHP_VERSION ENV PHP_VERSION=${PHP_VERSION} ENV HTTP_PROXY=${http_proxy} \ HTTPS_PROXY=${https_proxy} \ NO_PROXY=${no_proxy} \ http_proxy=${http_proxy} \ https_proxy=${https_proxy} \ no_proxy=${no_proxy} RUN apt-get -qq update && \ apt-get install -y \ apache2 \ Loading
docker-compose.yml +0 −14 Original line number Diff line number Diff line Loading @@ -31,13 +31,6 @@ services: context: . args: - PHP_VERSION=8.2 environment: - http_proxy - https_proxy - no_proxy - HTTP_PROXY - HTTPS_PROXY - NO_PROXY ports: - "8003:443" volumes: Loading Loading @@ -94,13 +87,6 @@ services: sygal-import-ws: image: registre.unicaen.fr:5000/sygal-import-ws-image-php7.4 container_name: sygal-import-ws-container-php7.4 environment: - http_proxy - https_proxy - no_proxy - HTTP_PROXY - HTTPS_PROXY - NO_PROXY ports: - "8443:443" volumes: Loading