Skip to content

Commit

Permalink
Use port 80 as default
Browse files Browse the repository at this point in the history
  • Loading branch information
g0dsCookie committed Feb 18, 2019
1 parent 5c2b746 commit d7763db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ENV LDAPAUTHD_LOGLEVEL=INFO \
LDAP_BINDDN=cn=bind user,dc=example,dc=org \
LDAP_BINDPW=password

EXPOSE 8080
EXPOSE 80

VOLUME [ "/usr/local/share/ca-certificates" ]

Expand Down

0 comments on commit d7763db

Please sign in to comment.