Closed JurajNyiri closed 12 months ago
I tried sudo mkdir -p /Volumes/zurg
as well with the - /Volumes/zurg:/data:rshared
but it is empty as well.
I got it working by running:
docker run -d \
--name zurg \
-p 9999:9999 \
-v ./config.yml:/app/config.yml \
-v ./zurgdata:/app/data \
ghcr.io/debridmediamanager/zurg-testing:latest
And then manually rclone built in binary outside of docker configured to use http as described in https://github.com/debridmediamanager/zurg-testing/blob/main/rclone.conf .
I am using Mac Mini M1 to run this.
When I run
sudo mkdir -p /mnt/zurg
I get:I changed the docker-compose like so:
Then I ran
docker compose up -d
.Via
docker ps
I see 2 containers running:rclone/rclone:latest
andghcr.io/debridmediamanager/zurg-testing:latest
Docker logs for zurg shows:
Docker logs for rclone shows nothing.
The issue is, directory /Users/jurajnyiri/media/zurg is empty.
What am I doing wrong? Could you please guide me on how to debug this further?