Files
Arch1Panel/apps/fast-note-sync-service/3.1.0/docker-compose.yml
T

19 lines
419 B
YAML

services:
fast-note-sync-service:
image: haierkeys/fast-note-sync-service:3.1.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