feat: update fast-note-sync-service 3.3.0

This commit is contained in:
arch3rPro
2026-06-09 03:34:43 +08:00
parent 4f4aa6d91d
commit cc887860ac
4 changed files with 2 additions and 2 deletions
@@ -0,0 +1,17 @@
services:
fast-note-sync-service:
image: haierkeys/fast-note-sync-service:3.3.0
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