🚀 升级版本.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
version: '3.3'
|
||||
|
||||
# latest = 2.5.1
|
||||
# latest = 2.5.2
|
||||
|
||||
# 支持以下源
|
||||
# lijiahangmax/*
|
||||
@@ -27,6 +27,10 @@ services:
|
||||
privileged: true
|
||||
ports:
|
||||
- "9200:9200"
|
||||
ulimits:
|
||||
nofile:
|
||||
soft: 65536
|
||||
hard: 65536
|
||||
environment:
|
||||
SPRING_PROFILES_ACTIVE: ${SPRING_PROFILES_ACTIVE:-prod}
|
||||
MYSQL_HOST: ${MYSQL_HOST:-mysql}
|
||||
|
||||
Reference in New Issue
Block a user