1Panel面板安装sun-panel的Docker Compose代码备份
0
0
1
| 1 | networks: |
| 2 | 1panel-network: |
| 3 | external: true |
| 4 | services: |
| 5 | localsun-panel: |
| 6 | container_name: ${CONTAINER_NAME} |
| 7 | deploy: |
| 8 | resources: |
| 9 | limits: |
| 10 | cpus: ${CPUS} |