Skip to content

Commit

Permalink
fix: expose port 80 in web container (#159)
Browse files Browse the repository at this point in the history
fix: expose http port
  • Loading branch information
jeboehm committed Apr 29, 2022
1 parent a950714 commit 2292c9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,5 @@ RUN wget -O /tmp/admin.tar.gz -q https://github.com/jeboehm/mailserver-admin/arc

WORKDIR /var/www/html
HEALTHCHECK CMD curl -s http://127.0.0.1/login | grep docker-mailserver
EXPOSE 80
CMD ["/usr/local/bin/entrypoint.sh"]

0 comments on commit 2292c9a

Please sign in to comment.