feat: 1panel -> 1panel-network
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
},
|
||||
{
|
||||
"type": "password",
|
||||
"labelZh": "密码",
|
||||
"labelEn": "Password",
|
||||
"labelZh": "Redis 密码",
|
||||
"labelEn": "Redis Password",
|
||||
"required": true,
|
||||
"default": "eYVX7EwVmmxKPCDmwMtyKVge8oLd2t81",
|
||||
"envKey": "PANEL_DB_ROOT_PASSWORD"
|
||||
|
||||
@@ -6,7 +6,7 @@ services:
|
||||
image: rediscommander/redis-commander:latest
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel
|
||||
- 1panel-network
|
||||
environment:
|
||||
- REDIS_HOSTS=1panel:${PANEL_REDIS_HOST}:6379:0:${PANEL_DB_ROOT_PASSWORD}
|
||||
ports:
|
||||
@@ -14,5 +14,5 @@ services:
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
networks:
|
||||
1panel:
|
||||
1panel-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user