Skip to content

Commit 3fe0a6c

Browse files
authored
fix: updated docker-compose setting
1 parent f085a59 commit 3fe0a6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ services:
2525
env_file:
2626
- .env
2727
ports:
28-
- "8000:8000"
28+
- "127.0.0.1:8000:8000"
2929
depends_on:
3030
db:
3131
condition: service_healthy
@@ -47,7 +47,7 @@ services:
4747
env_file:
4848
- .env
4949
ports:
50-
- "3000:80"
50+
- "127.0.0.1:3000:80"
5151
depends_on:
5252
backend:
5353
condition: service_healthy

0 commit comments

Comments
 (0)