Problem with Rclone installed on docker with Portioner on OMV 5
V1.54.0
OMV5 (5.5.23-1)
Onedrive personal
I created a stack on Portainer as following:
version: "2"
services:
rclone_rclone:
image: rclone/rclone
container_name: rclone_rclone
environment:
- PHP_TZ=Europe/Milan
- PUID=1000
- PGID=100
command: rcd --rc-web-gui --rc-addr :5572 --rc-user *** --rc-pass ***
volumes:
- /srv/dev-disk-by-uuid-4364ec4b-587f-4969-a93b-07c5c9f4baaa/AppData/rclone_rclone:/config
-/srv/dev-disk-by-uuid-4364ec4b-587f-4969-a93b-07c5c9f4baaa/AppData/rclone_rclone/logs:/logs
ports:
- "5572:5572"
restart: always
The web GIU works but the config file cannot be created.
The error message is "Config file cannot be created Error: Network error"
I'm not an expert and I don't know how to debug.
Any advice?