第一次
This commit is contained in:
5
sit-start.sh
Normal file
5
sit-start.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
docker stop fst-root-db
|
||||
docker rm fst-root-db
|
||||
docker build -f infra/tencent/docker_ci/Dockerfile.root_db -t fst-root-db:latest .
|
||||
docker run -d --name fst-root-db -p 5232:5232 -e DB_USER=admin -e DB_PASSWORD=LUOhui814 -e DB_BASE_URL=10.204.136.2:5432/fsq fst-root-db:latest
|
||||
docker logs -f fst-root-db
|
||||
Reference in New Issue
Block a user