Skip to content

Commit 48d8960

Browse files
Update EXPOSE port command (#706)
* Added TCP port 80 * Remove port 8080 that is not exposed by the Dockerfile
1 parent 0adb232 commit 48d8960

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

runtimes/8.0/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
6060
COPY php.ini /etc/php/8.0/cli/conf.d/99-sail.ini
6161
RUN chmod +x /usr/local/bin/start-container
6262

63-
EXPOSE 8000
63+
EXPOSE 80/tcp
6464

6565
ENTRYPOINT ["start-container"]

runtimes/8.1/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
5959
COPY php.ini /etc/php/8.1/cli/conf.d/99-sail.ini
6060
RUN chmod +x /usr/local/bin/start-container
6161

62-
EXPOSE 8000
62+
EXPOSE 80/tcp
6363

6464
ENTRYPOINT ["start-container"]

runtimes/8.2/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
6060
COPY php.ini /etc/php/8.2/cli/conf.d/99-sail.ini
6161
RUN chmod +x /usr/local/bin/start-container
6262

63-
EXPOSE 8000
63+
EXPOSE 80/tcp
6464

6565
ENTRYPOINT ["start-container"]

runtimes/8.3/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
6161
COPY php.ini /etc/php/8.3/cli/conf.d/99-sail.ini
6262
RUN chmod +x /usr/local/bin/start-container
6363

64-
EXPOSE 8000
64+
EXPOSE 80/tcp
6565

6666
ENTRYPOINT ["start-container"]

0 commit comments

Comments
 (0)