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
1 changed files with 0 additions and 2 deletions

View File

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