diff --git a/.gdbinit b/.gdbinit
index ffb916c8778f1cc97deec340670c18a12eb06c29..3717d35b54e3a7177198f1c916b8fa8d1aa37873 100644
--- a/.gdbinit
+++ b/.gdbinit
@@ -17,7 +17,9 @@ end
 
 
 
-target extended 0.0.0.0:3333
+# Need to find the IP of the docker host
+# Check your gateway: $ ip route
+target extended 172.17.0.1:3333
 monitor reset init
 set remote hardware-breakpoint-limit 6
 set remote hardware-watchpoint-limit 4