Browse Source

修改开发使用的用户服务

superguoguo 4 năm trước cách đây
mục cha
commit
38d05cbef7

+ 5 - 0
crowd-service/start-containers-for-dev.sh

@@ -0,0 +1,5 @@
+FILE_STORE_BASE_PATH=$1
+export FILE_STORE_BASE_PATH
+cd $FILE_STORE_BASE_PATH
+docker-compose -f docker-compose-for-dev.yml down
+docker-compose -f docker-compose-for-dev.yml up -d