Added back Port 3306 just in case for debugging
This commit is contained in:
@@ -31,5 +31,5 @@ COPY /var/www/ /var/www/
|
|||||||
RUN chown -R www-data:www-data /var/www
|
RUN chown -R www-data:www-data /var/www
|
||||||
|
|
||||||
# Expose Insecure Web, MySQL Server
|
# Expose Insecure Web, MySQL Server
|
||||||
EXPOSE 80
|
EXPOSE 80 3306
|
||||||
CMD ["/bin/sh", "/entrypoint.sh"]
|
CMD ["/bin/sh", "/entrypoint.sh"]
|
||||||
Reference in New Issue
Block a user