:wave: Can someone help me adjust my docker settin...
# orm-help
g
👋 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
Set your host under PRISMA_CONFIG: | databases: default: host: host.docker.internal In your docker-compose.yml
g
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