1
0

feat:添加syncclipboard-server到列表

This commit is contained in:
okxlin
2024-04-29 21:44:41 +08:00
parent 707d87baba
commit 1954c199d3
11 changed files with 153 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
version: '3'
services:
syncclipboard-server:
image: jericx/syncclipboard-server:latest
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:5033"
volumes:
- ${CONFIG_FILE_PATH}:/app/appsettings.json
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true