Skip to content

Commit dbef6ad

Browse files
committed
Enable django-debug-toolbar in docker
1 parent 1e22521 commit dbef6ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tin/settings/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
INTERNAL_IPS = [
5151
"127.0.0.1",
5252
"localhost",
53-
"0.0.0.0",
53+
"172.18.0.1", # Gateway IP for Docker's tin-dev-network (assuming no other networks)
5454
]
5555

5656

0 commit comments

Comments
 (0)