14 lines
259 B
YAML
14 lines
259 B
YAML
---
|
|
services:
|
|
rclone-webdav:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
container_name: rclone-gui
|
|
ports:
|
|
- 5572:5572
|
|
volumes:
|
|
- /path/to/config:/root/.config/rclone
|
|
restart: unless-stopped
|
|
network_mode: bridge
|