We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f085a59 commit 3fe0a6cCopy full SHA for 3fe0a6c
docker-compose.yaml
@@ -25,7 +25,7 @@ services:
25
env_file:
26
- .env
27
ports:
28
- - "8000:8000"
+ - "127.0.0.1:8000:8000"
29
depends_on:
30
db:
31
condition: service_healthy
@@ -47,7 +47,7 @@ services:
47
48
49
50
- - "3000:80"
+ - "127.0.0.1:3000:80"
51
52
backend:
53
0 commit comments