ente/cli/docker-compose.yml

12 lines
300 B
YAML
Raw Normal View History

2023-10-18 12:22:41 +00:00
version: '3'
services:
ente-cli:
image: ente-cli:latest
command: /bin/sh
volumes:
# Replace /Volumes/Data/ with a folder path on your system, typically $HOME/.ente-cli/
- ~/.ente-cli/:/cli-data:rw
# - ~/Downloads/export-data:/data:rw
stdin_open: true
tty: true