Skip to content

Commit da6d4b5

Browse files
risssonnscuro
authored andcommitted
docker: fix ipv6 listening
Signed-off-by: Marc 'risson' Schmitt <[email protected]>
1 parent 93aca9c commit da6d4b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/docker-entrypoint.d/10-listen-on-ipv6-by-default.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ entrypoint_log() {
1313
}
1414

1515
ME=$(basename $0)
16-
DEFAULT_CONF_FILE="etc/nginx/conf.d/default.conf.template"
16+
DEFAULT_CONF_FILE="etc/nginx/templates/default.conf.template"
1717

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

0 commit comments

Comments
 (0)