From c94dd78a17d110cbf9dfc8892b5ffa6c179ff049 Mon Sep 17 00:00:00 2001 From: AaGMixW Date: Mon, 13 Feb 2023 09:10:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20:bug:=20=E6=B7=BB=E5=8A=A0=E9=83=A8?= =?UTF-8?q?=E7=BD=B2=E6=98=AF=E9=9C=80=E8=A6=81=E7=9A=84=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=EF=BC=8C=E4=BD=86=E6=98=AF=E6=B3=A8=E9=87=8A=E6=8E=89=EF=BC=8C?= =?UTF-8?q?=E8=B0=83=E8=AF=95=E6=97=B6=E4=B8=8D=E9=9C=80=E8=A6=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 992397b..e616c47 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,13 +2,18 @@ version: '2' services: military-system: build: service + # image: military_zgx_system:2023.2.10 image: military_zgx_system container_name: military_zgx_system restart: on-failure + # volumes: + # - E:\opt:/data:rw + # - D:\deploy\application-prod.yml:/military/config/application-prod.yml:ro ports: - 8049:8049 military-web: build: web + # image: military_zgx_system_web:2023.2.10 image: military_zgx_system_web container_name: military_zgx_system_web restart: on-failure @@ -16,6 +21,7 @@ services: - 3001:3001 area-web: build: area-security-web + # image: military_zgx_area_web:2023.2.10 image: military_zgx_area_web container_name: military_zgx_area_web restart: on-failure