Skip to content

Commit 80d3aeb

Browse files
committed
listen to ipv6 and ipv4
1 parent aeb786e commit 80d3aeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

allure-docker-api/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def __str__(self):
7373
app.config['JWT_REFRESH_TOKEN_EXPIRES'] = False
7474

7575
DEV_MODE = 0
76-
HOST = '0.0.0.0'
76+
HOST = '[::]'
7777
PORT = os.environ['PORT']
7878
THREADS = 7
7979
URL_SCHEME = 'http'

0 commit comments

Comments
 (0)