Skip to content

Commit

Permalink
Remove EXPOSE 9003 as that is for Xdebug client
Browse files Browse the repository at this point in the history
  • Loading branch information
markshust committed Dec 17, 2021
1 parent ddf7740 commit 790e2fe
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-php-7.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
push: true
tags: |
markoshust/magento-php:7.4-fpm
markoshust/magento-php:7.4-fpm-12
markoshust/magento-php:7.4-fpm-13
2 changes: 0 additions & 2 deletions images/php/7.4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,3 @@ USER app:app
VOLUME /var/www

WORKDIR /var/www/html

EXPOSE 9003
2 changes: 0 additions & 2 deletions images/php/8.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,3 @@ USER app:app
VOLUME /var/www

WORKDIR /var/www/html

EXPOSE 9003

0 comments on commit 790e2fe

Please sign in to comment.