fixed docker open port
This commit is contained in:
@@ -19,7 +19,7 @@ services:
|
|||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
env_file: ./app/.env.web
|
env_file: ./app/.env.web
|
||||||
ports:
|
ports:
|
||||||
- "4444:4444"
|
- "127.0.0.1:4444:4444"
|
||||||
depends_on:
|
depends_on:
|
||||||
db:
|
db:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|||||||
Reference in New Issue
Block a user