1
0
Fork 0

feat: add go 1.23 1.24 version

This commit is contained in:
zhengkunwang223 2025-03-06 10:54:56 +08:00 committed by CityFun
parent 0b222c321e
commit 120a715bf2
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ services:
networks:
- 1panel-network
ports:
- ${HOST_IP}:${PANEL_APP_PORT_HTTP}:${GO_APP_PORT}
- ${HOST_IP}:${PANEL_APP_PORT_HTTP}:${APP_PORT}
restart: on-failure:5
labels:
createdBy: "Apps"

View File

@ -12,7 +12,7 @@ services:
networks:
- 1panel-network
ports:
- ${HOST_IP}:${PANEL_APP_PORT_HTTP}:${GO_APP_PORT}
- ${HOST_IP}:${PANEL_APP_PORT_HTTP}:${APP_PORT}
restart: on-failure:5
labels:
createdBy: "Apps"