Skip to content

Commit e5d99bf

Browse files
committed
docker fix
1 parent 3428597 commit e5d99bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ services:
2323
ports:
2424
- "3000:3000"
2525
environment:
26-
- NEXT_PUBLIC_API_URL=http://host.docker.internal:8080/
26+
- NEXT_PUBLIC_API_URL=http://localhost:8080/
2727
- NODE_ENV=development
2828
depends_on:
2929
- backend

0 commit comments

Comments
 (0)