Skip to content

Commit

Permalink
Merge pull request #1961 from RotherOSS/issue-#1892-also_for_kerberos
Browse files Browse the repository at this point in the history
Issue #1892 also for kerberos
  • Loading branch information
bschmalhofer authored Oct 1, 2022
2 parents af56a19 + 4793c11 commit 9f6f9a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions otobo.nginx-kerberos.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ ENV LANG C.UTF-8
# starting HTTP with 'docker-compose -f docker-compose.yml up'
ENV OTOBO_NGINX_WEB_HOST 172.17.0.1
ENV OTOBO_NGINX_WEB_PORT 5000
ENV OTOBO_WEB_HTTPS_PORT 443

# Not that these file need to be copied into a container.
# Alternatively /etc/ssl can be exported as a volume to the host.
Expand Down
2 changes: 1 addition & 1 deletion otobo.nginx.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# This image is based on Debian 10 (Buster). The User is root.
FROM nginx:mainline

# install some required and optional Debian packages
# install some required and optional Debian packages
# hadolint ignore=DL3008
RUN apt-get update\
&& apt-get -y --no-install-recommends install\
Expand Down

0 comments on commit 9f6f9a0

Please sign in to comment.