feat: 1panel -> 1panel-network

This commit is contained in:
zhengkunwang223
2023-02-13 11:30:25 +04:00
parent fc235baf16
commit dfaff5abc7
12 changed files with 24 additions and 24 deletions

View File

@@ -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

View File

@@ -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