change docker port

This commit is contained in:
medcl 2021-02-20 00:49:25 +08:00
parent 8d26a05857
commit 7a5a14dfba
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ services:
infini-search-center-api-dev:
image: docker.infini.ltd:64443/golang-dev:latest
ports:
- 9000:9000
- 9010:9000
container_name: "infini-search-center-api-dev"
volumes:
- ../:/go/src/infini.sh/search-center

View File

@ -11,8 +11,8 @@ services:
# dockerfile: ./Dockerfile
ports:
- 3000:3000
- 8000:8000
- 3010:3000
- 8010:8000
container_name: "infini-search-center-ui-build"
volumes:
- ../src:/usr/src/app/src