feat(docker-compose): remove extra hosts from frontend
This commit is contained in:
parent
382fa295e5
commit
5f6e61d7a0
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue