From de1b52e721a0f51001c533aba16a9b9e8a145434 Mon Sep 17 00:00:00 2001 From: 3y Date: Sat, 24 Dec 2022 11:07:22 +0800 Subject: [PATCH] fix xxl-job --- austin-web/src/main/resources/application-test.properties | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/austin-web/src/main/resources/application-test.properties b/austin-web/src/main/resources/application-test.properties index 62bc7af..412df38 100644 --- a/austin-web/src/main/resources/application-test.properties +++ b/austin-web/src/main/resources/application-test.properties @@ -1,7 +1,7 @@ # TODO please replace 【must】 config value # TODO please replace 【must】 config value # TODO please replace 【must】 config value -server.port=6666 +server.port=7777 # docker mysql austin.database.ip=austin-mysql diff --git a/docker-compose.yml b/docker-compose.yml index f7897f9..b4fdd3e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -108,7 +108,7 @@ services: build: context: ./ ports: - - 6666:6666 + - 7777:7777 restart: always container_name: austin depends_on: