From 0ed70099d76bd70801b1e3132355e3f27b4b017a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kenny=E5=B0=8F=E7=8B=BC?= Date: Wed, 13 Mar 2024 14:46:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96xxl-job=E7=9A=84=E4=B8=80?= =?UTF-8?q?=E9=94=AE=E9=83=A8=E7=BD=B2docker-compose.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xxl-job/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xxl-job/docker-compose.yml b/xxl-job/docker-compose.yml index 142dd7f..0f6d0c7 100644 --- a/xxl-job/docker-compose.yml +++ b/xxl-job/docker-compose.yml @@ -5,7 +5,7 @@ networks: services: &db xxl-job-mysql: - image: mysql:latest + image: mysql:8.3 ports: - "23306:3306" container_name: "xxl-job-mysql" @@ -25,7 +25,7 @@ services: depends_on: - *db ports: - - "8081:8080" + - "8080:8080" environment: - PARAMS=--spring.config.location=/data/application.properties #- JAVA_OPTS=-Xmx512m