1
0

feat:添加open resume到列表(感谢网友包子叔的投稿)

This commit is contained in:
okxlin
2023-11-29 18:17:27 +08:00
parent 93816e47bf
commit e5c7de30f5
6 changed files with 119 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
version: '3'
services:
openresume:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:3000"
image: peppershade/open-resume:latest
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true