Commit e3139c2f authored by friendtocephalopods's avatar friendtocephalopods Committed by Tao Feng

change default ports to 5001,5002 for search, library (#240)

* change default ports to 5001,5002 for search, library

* Update docker-amundsen-atlas.yml

* Update docker-amundsen.yml

* Update docker-amundsen.yml
Co-authored-by: 's avatarTao Feng <tfeng@lyft.com>
parent 6d7801b2
......@@ -32,7 +32,7 @@ services:
dockerfile: public.Dockerfile
container_name: amundsensearch
ports:
- 5001:5000
- 5001:5001
depends_on:
- elasticsearch
networks:
......@@ -47,7 +47,7 @@ services:
depends_on:
- neo4j
ports:
- 5002:5000
- 5002:5002
networks:
- amundsennet
environment:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment