mirror of
https://gitee.com/kennylee/docker.git
synced 2024-11-29 18:38:34 +08:00
优化xxl-job的一键部署docker-compose.yml
This commit is contained in:
parent
5a13e8f304
commit
0ed70099d7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user