mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-11 16:24:11 +01:00
WebDAV: Enable the "dummy-webdav" service to shut down gracefully
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
@@ -16,4 +16,4 @@ EXPOSE 80
|
||||
COPY /docker/dummy/webdav/config.yml /webdav/config.yml
|
||||
COPY /docker/dummy/webdav/files /webdav/files
|
||||
|
||||
CMD webdav -c /webdav/config.yml
|
||||
CMD ["webdav", "-c", "/webdav/config.yml"]
|
||||
|
||||
Reference in New Issue
Block a user