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

@@ -8,7 +8,7 @@ services:
environment:
MYSQL_ROOT_PASSWORD: ${PANEL_DB_ROOT_PASSWORD}
networks:
- 1panel
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:3306
volumes:
@@ -23,5 +23,5 @@ services:
labels:
createdBy: "Apps"
networks:
1panel:
1panel-network:
external: true

View File

@@ -8,7 +8,7 @@ services:
environment:
MYSQL_ROOT_PASSWORD: ${PANEL_DB_ROOT_PASSWORD}
networks:
- 1panel
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:3306
volumes:
@@ -22,5 +22,5 @@ services:
- --default-authentication-plugin=mysql_native_password
networks:
1panel:
1panel-network:
external: true