feat: add go 1.23 1.24 version
This commit is contained in:
parent
0b222c321e
commit
120a715bf2
|
|
@ -12,7 +12,7 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- 1panel-network
|
- 1panel-network
|
||||||
ports:
|
ports:
|
||||||
- ${HOST_IP}:${PANEL_APP_PORT_HTTP}:${GO_APP_PORT}
|
- ${HOST_IP}:${PANEL_APP_PORT_HTTP}:${APP_PORT}
|
||||||
restart: on-failure:5
|
restart: on-failure:5
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- 1panel-network
|
- 1panel-network
|
||||||
ports:
|
ports:
|
||||||
- ${HOST_IP}:${PANEL_APP_PORT_HTTP}:${GO_APP_PORT}
|
- ${HOST_IP}:${PANEL_APP_PORT_HTTP}:${APP_PORT}
|
||||||
restart: on-failure:5
|
restart: on-failure:5
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue