5a56e5a8cb
- /state 白名单脱敏;init-db db_port 修复;connection-check 后清空 redis_pass - install.html sessionStorage token 与无 token 友好提示 - nx update: 镜像 import 门控、健康失败自动回滚、PENDING=0 回写、卷双写 - Redis 容器改名密码迁移;备份失败默认 WARN;update.sh 管道 ROOT 回退
13 lines
326 B
YAML
13 lines
326 B
YAML
# 1Panel overlay — join Nexus to 1panel-network (App Store MySQL/Redis use this network).
|
|
# Applied automatically when `docker network inspect 1panel-network` succeeds (deploy/nexus-1panel.sh).
|
|
|
|
services:
|
|
nexus:
|
|
networks:
|
|
- 1panel-network
|
|
|
|
networks:
|
|
1panel-network:
|
|
external: true
|
|
name: 1panel-network
|