We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3428597 commit e5d99bfCopy full SHA for e5d99bf
1 file changed
docker-compose.yml
@@ -23,7 +23,7 @@ services:
23
ports:
24
- "3000:3000"
25
environment:
26
- - NEXT_PUBLIC_API_URL=http://host.docker.internal:8080/
+ - NEXT_PUBLIC_API_URL=http://localhost:8080/
27
- NODE_ENV=development
28
depends_on:
29
- backend
0 commit comments