Skip to content

Commit

Permalink
Merge pull request #1078 from rissson/docker-fix-ipv6
Browse files Browse the repository at this point in the history
  • Loading branch information
nscuro authored Nov 10, 2024
2 parents e4611d8 + d2594c1 commit 0244383
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 0244383

Please sign in to comment.