Create docker-compose.yaml

función de docker compose
This commit is contained in:
kadma
2024-03-24 15:30:08 -05:00
committed by GitHub
parent b5f8af2fbe
commit 93d2b9ba6c

View File

@@ -0,0 +1,11 @@
---
services:
rclone-webdav:
build:
context: .
dockerfile: Dockerfile
container_name: rclone-webdav
volumes:
- /path/to/config:/root/.config/rclone
restart: unless-stopped
network_mode: bridge