From d518be7799a122d370641b4f1cc28dca2ec816b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Monterisi?= Date: Wed, 15 May 2024 11:37:39 +0200 Subject: [PATCH] =?UTF-8?q?fix=20EXPOSE=20mal=20plac=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7c7c1cc..27a2887 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,9 +8,9 @@ ARG ALPINE_VERSION=3.18 # Do not expose the port to the host. # https://hub.docker.com/_/php # WARNING: the FastCGI protocol is inherently trusting, and thus extremely insecure to expose outside of a private container network -- unless you know exactly what you are doing (and are willing to accept the extreme risk), do not use Docker's --publish (-p) flag with this image variant. -EXPOSE 9000/tcp FROM php:${PHP_VERSION}-fpm-alpine${ALPINE_VERSION} AS php +EXPOSE 9000/tcp # config system # git is required for symfony cli