yue 2 هفته پیش
والد
کامیت
48bc592e34

+ 2 - 2
SourceCode/IntelligentRailwayCosting/.script/cmd/Mysql_BuildRcApp_1.0.0.run.xml → SourceCode/IntelligentRailwayCosting/.script/cmd/Mysql_BuildRcApp_1.0.1.run.xml

@@ -1,8 +1,8 @@
 <component name="ProjectRunConfigurationManager">
-  <configuration default="false" name="Mysql_BuildRcApp_1.0.0" type="docker-deploy" factoryName="dockerfile" server-name="104">
+  <configuration default="false" name="Mysql_BuildRcApp_1.0.1" type="docker-deploy" factoryName="dockerfile" server-name="104">
     <deployment type="dockerfile">
       <settings>
-        <option name="imageTag" value="railway_costing-app_mysql:1.0.0" />
+        <option name="imageTag" value="railway_costing-app_mysql:1.0.1" />
         <option name="buildOnly" value="true" />
         <option name="contextFolderPath" value="." />
         <option name="sourceFilePath" value="docker/Dockerfile" />

+ 2 - 2
SourceCode/IntelligentRailwayCosting/Docker/docker-compose_mysql.yml

@@ -20,7 +20,7 @@ services:
     build:
       context: ../
       dockerfile: .
-    image: railway_costing-app_mysql:1.0.0
+    image: railway_costing-app_mysql:1.0.1
     container_name: railway_costing-app_mysql
     depends_on:
       - rc-mysql
@@ -33,7 +33,7 @@ services:
     networks:
       - railway_costing_mysql_v1
     ports:
-      - "7011:5123"
+      - "7012:5123"
     restart: always
 
 networks: