Add 'expose 80' to Dockerfile

this made usage with seperate network and behind reverse proxies (traefik, nginx) easier
This commit is contained in:
lasat 2020-02-04 13:52:55 +01:00 committed by GitHub
parent c468ba6479
commit 4d3af3daaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ FROM debian:buster-slim
LABEL maintainer="Roland Gruber <post@rolandgruber.de>"
ARG LAM_RELEASE=7.0
EXPOSE 80
ENV \
DEBIAN_FRONTEND=noninteractive \