👋 Can someone help me adjust my docker settings so I can access localhost? I have subscription that posts to a webhook (on localhost) and cannot test it at the moment
m
Michael
11/24/2018, 4:31 PM
Set your host under PRISMA_CONFIG: | databases: default: host: host.docker.internal
In your docker-compose.yml
g
Gillinghammer
11/25/2018, 12:42 AM
Hey thanks for the message - Isn't that just for the database connection though? I have a server side subscription setup that posts to a webhook but it cant access the webhook on my localmachine... works externally no prob