feat(docker-compose): remove extra hosts from frontend

This commit is contained in:
ItzCrazyKns 2024-06-01 10:51:56 +05:30
parent 382fa295e5
commit 5f6e61d7a0
No known key found for this signature in database
GPG Key ID: 8162927C7CCE3065

View File

@ -34,8 +34,6 @@ services:
- perplexica-backend
ports:
- 3000:3000
extra_hosts:
- "host.docker.internal:host-gateway"
networks:
- perplexica-network