mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-22 18:18:39 +00:00
WebDAV: Enable the "dummy-webdav" service to shut down gracefully
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
471ec0318b
commit
184deb20d2
1 changed files with 1 additions and 1 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue