1
0

feat:调整openspeedtest的适配

This commit is contained in:
okxlin
2023-12-22 00:45:11 +08:00
parent 846ed56022
commit 806a0241bb
8 changed files with 89 additions and 41 deletions

View File

@@ -0,0 +1,17 @@
version: '3'
services:
speedtest:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:3000
- ${PANEL_APP_PORT_HTTPS}:3001
image: openspeedtest/latest:latest
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true