Skip to content

Commit

Permalink
docker: fix ipv6 listening
Browse files Browse the repository at this point in the history
Signed-off-by: Marc 'risson' Schmitt <[email protected]>
  • Loading branch information
rissson committed Nov 7, 2024
1 parent e4611d8 commit d2594c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ entrypoint_log() {
}

ME=$(basename $0)
DEFAULT_CONF_FILE="etc/nginx/conf.d/default.conf.template"
DEFAULT_CONF_FILE="etc/nginx/templates/default.conf.template"

# check if we have ipv6 available
if [ ! -f "/proc/net/if_inet6" ]; then
Expand Down

0 comments on commit d2594c1

Please sign in to comment.