File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,6 @@ COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
60
60
COPY php.ini /etc/php/8.0/cli/conf.d/99-sail.ini
61
61
RUN chmod +x /usr/local/bin/start-container
62
62
63
- EXPOSE 8000
63
+ EXPOSE 80/tcp
64
64
65
65
ENTRYPOINT ["start-container" ]
Original file line number Diff line number Diff line change @@ -59,6 +59,6 @@ COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
59
59
COPY php.ini /etc/php/8.1/cli/conf.d/99-sail.ini
60
60
RUN chmod +x /usr/local/bin/start-container
61
61
62
- EXPOSE 8000
62
+ EXPOSE 80/tcp
63
63
64
64
ENTRYPOINT ["start-container" ]
Original file line number Diff line number Diff line change @@ -60,6 +60,6 @@ COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
60
60
COPY php.ini /etc/php/8.2/cli/conf.d/99-sail.ini
61
61
RUN chmod +x /usr/local/bin/start-container
62
62
63
- EXPOSE 8000
63
+ EXPOSE 80/tcp
64
64
65
65
ENTRYPOINT ["start-container" ]
Original file line number Diff line number Diff line change @@ -61,6 +61,6 @@ COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
61
61
COPY php.ini /etc/php/8.3/cli/conf.d/99-sail.ini
62
62
RUN chmod +x /usr/local/bin/start-container
63
63
64
- EXPOSE 8000
64
+ EXPOSE 80/tcp
65
65
66
66
ENTRYPOINT ["start-container" ]
You can’t perform that action at this time.
0 commit comments