open port 4050 for testing in docker compose file
This commit is contained in:
parent
87d7b39d22
commit
fcd2a91ecc
@ -5,6 +5,8 @@ services:
|
|||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
volumes:
|
volumes:
|
||||||
- ..:/workspaces/firehose:cached
|
- ..:/workspaces/firehose:cached
|
||||||
|
ports:
|
||||||
|
- "4050:4050"
|
||||||
command: sleep infinity
|
command: sleep infinity
|
||||||
depends_on:
|
depends_on:
|
||||||
db:
|
db:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user