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
|
||||
volumes:
|
||||
- ..:/workspaces/firehose:cached
|
||||
ports:
|
||||
- "4050:4050"
|
||||
command: sleep infinity
|
||||
depends_on:
|
||||
db:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user