Skip to content

Commit

Permalink
Merge pull request #1063 from rissson/docker-fix-ipv6
Browse files Browse the repository at this point in the history
  • Loading branch information
nscuro authored Oct 18, 2024
2 parents 6d19d69 + 8aca4f8 commit dc30766
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
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"
DEFAULT_CONF_FILE="etc/nginx/conf.d/default.conf.template"

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

0 comments on commit dc30766

Please sign in to comment.