Skip to content

Commit

Permalink
Merge pull request #3 from aservo/fix/default_hostname_for_containers
Browse files Browse the repository at this point in the history
Fix / default hostname for containers
  • Loading branch information
brettaufheber authored Jan 9, 2023
2 parents 1589008 + b9a4754 commit e55352e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@

set -euo pipefail

if [[ -z "${SERVER_HOSTNAME:-}" ]]; then
export SERVER_HOSTNAME="0.0.0.0"
fi

exec "$@"
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "central-saml-logout",
"version": "1.0.0",
"version": "1.0.1",
"description": "A dedicated service to perform a SAML 2.0 Single Logout (SLO)",
"license": "Apache License, Version 2.0",
"homepage": "https://github.com/aservo/central-saml-logout#readme",
Expand Down

0 comments on commit e55352e

Please sign in to comment.