修改Jpom logo

修改nacos配置,启用认证功能并添加数据库
This commit is contained in:
brightching 2024-04-24 11:38:03 +08:00
parent 169139f336
commit a52017e41d
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View File

@ -1,7 +1,7 @@
services:
nacos:
image: nacos/nacos-server:v2.3.2-slim
container_name: ${CONTAINER_NAME}-standalone
container_name: ${CONTAINER_NAME}
restart: always
environment:
- NACOS_AUTH_ENABLE=${NACOS_AUTH_ENABLE:-FALSE}