Skip to content

Commit

Permalink
fix: correct fpm port expose
Browse files Browse the repository at this point in the history
  • Loading branch information
bduranleau-nr committed Aug 5, 2024
1 parent ec2745d commit 179d5cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/php/musl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ FROM $PHPVER-fpm-alpine
# Add test app
COPY index.php /var/www/html

EXPOSE 80
EXPOSE 9000

0 comments on commit 179d5cf

Please sign in to comment.