dqhl76 commented on code in PR #2873:
URL:
https://github.com/apache/incubator-opendal/pull/2873#discussion_r1296081652
##########
core/src/services/webdav/fixtures/docker-compose-webdav-with-auth.yml:
##########
@@ -23,7 +23,7 @@ services:
ports:
- "8080:80"
volumes:
- - ./data:/data
+ - ./webdav-data:/data
Review Comment:
This works, we succesfully make the image happy without manually creating
new directories.
But this will cause some permission issues, I'll take a look at it tomorrow,
comments are welcome!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]