feat: update fast-note-sync-service 3.1.1

This commit is contained in:
arch3rPro
2026-05-25 16:17:18 +08:00
parent cf5e3c016c
commit cf9472a2ca
3 changed files with 1 additions and 1 deletions
@@ -0,0 +1,18 @@
services:
fast-note-sync-service:
image: haierkeys/fast-note-sync-service:3.1.1
container_name: ${CONTAINER_NAME}
restart: always
ports:
- "${PANEL_APP_PORT_HTTP}:9000"
networks:
- 1panel-network
volumes:
- ./data/storage:/fast-note-sync/storage
- ./data/config:/fast-note-sync/config
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true