Skip to content

Commit

Permalink
fix EXPOSE mal placé
Browse files Browse the repository at this point in the history
  • Loading branch information
SebSept committed May 15, 2024
1 parent d332550 commit d518be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d518be7

Please sign in to comment.