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

@@ -7,7 +7,7 @@ services:
- ${PANEL_APP_PORT_HTTP}:80
restart: always
networks:
- 1panel
- 1panel-network
volumes:
- ./data:/var/www/html
environment:
@@ -20,5 +20,5 @@ services:
createdBy: "Apps"
networks:
1panel:
1panel-network:
external: true

View File

@@ -7,7 +7,7 @@ services:
- ${PANEL_APP_PORT_HTTP}:80
restart: always
networks:
- 1panel
- 1panel-network
volumes:
- ./data:/var/www/html
environment:
@@ -20,5 +20,5 @@ services:
createdBy: "Apps"
networks:
1panel:
1panel-network:
external: true