Files
rclone-gui/docker-compose.yaml

18 lines
356 B
YAML

---
services:
rclone-webdav:
build:
context: .
dockerfile: Dockerfile
container_name: rclone-gui
environment:
- USER_RCLONE=adm
- PASSWORD_RCLONE=pass
volumes:
- /path/to/config:/root/.config/rclone
ports:
- "5572:5572"
restart: unless-stopped
network_mode: bridge
hostname: rclone-gui