feat: 1panel -> 1panel-network
This commit is contained in:
@@ -4,7 +4,7 @@ services:
|
||||
image: redis:6.0.16
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:6379
|
||||
command: redis-server /etc/redis/redis.conf --save 20 1 --loglevel warning --requirepass ${PANEL_DB_ROOT_PASSWORD}
|
||||
@@ -16,5 +16,5 @@ services:
|
||||
createdBy: "Apps"
|
||||
|
||||
networks:
|
||||
1panel:
|
||||
1panel-network:
|
||||
external: true
|
||||
@@ -4,7 +4,7 @@ services:
|
||||
image: redis:7.0.5
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:6379
|
||||
command: redis-server /etc/redis/redis.conf --requirepass ${PANEL_DB_ROOT_PASSWORD}
|
||||
@@ -16,5 +16,5 @@ services:
|
||||
createdBy: "Apps"
|
||||
|
||||
networks:
|
||||
1panel:
|
||||
1panel-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user