Skip to content
Discussion options

You must be logged in to vote
docker run -d --name=aliyundrive-webdav --restart=unless-stopped \
  -v /etc/aliyundrive-webdav/:/etc/aliyundrive-webdav/ \
  -p 8080:8080 \
  -e REFRESH_TOKEN='your refresh token' \
  -e WEBDAV_AUTH_USER=admin \
  -e WEBDAV_AUTH_PASSWORD=admin \
  messense/aliyundrive-webdav \
  /usr/bin/aliyundrive-webdav --host 0.0.0.0 --auto-index --workdir /etc/aliyundrive-webdav --port 8080 --root /

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by messense
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants