Skip to content

Commit 07e181c

Browse files
committed
Fix error on shared volume
1 parent 634306f commit 07e181c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ For **Podman** users! I never tried it with Docker... It needs `keep-id` user na
88

99
```bash
1010
mkdir -p /tmp/test-webdav
11-
podman run -v /tmp/test-webdav:/var/www/html:z -p 8088:80 --rm ghcr.io/metal3d/sharethis:main
11+
podman run -v /tmp/test-webdav:/data/www:Z -p 8088:80 --rm ghcr.io/metal3d/sharethis:main
1212
# then open a dav://localhost:8088/ on Gnome file manager
1313
```
1414

0 commit comments

Comments
 (0)