Browse Source

Remove EXPOSE 9003 as that is for Xdebug client

Mark Shust 3 năm trước cách đây
mục cha
commit
790e2fe029

+ 1 - 1
.github/workflows/build-php-7.4.yml

@@ -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

+ 0 - 2
images/php/7.4/Dockerfile

@@ -108,5 +108,3 @@ USER app:app
 VOLUME /var/www
 
 WORKDIR /var/www/html
-
-EXPOSE 9003

+ 0 - 2
images/php/8.1/Dockerfile

@@ -90,5 +90,3 @@ USER app:app
 VOLUME /var/www
 
 WORKDIR /var/www/html
-
-EXPOSE 9003