webdav: adds to docker file

This commit is contained in:
Chris Lu
2021-01-31 22:57:30 -08:00
parent d67ccb66c0
commit 9c56b46886
6 changed files with 26 additions and 0 deletions

View File

@@ -48,6 +48,15 @@ services:
- master
- volume
- filer
webdav:
image: chrislusf/seaweedfs # use a remote image
ports:
- 7333:7333
command: 'webdav -filer="filer:8888"'
depends_on:
- master
- volume
- filer
prometheus:
image: prom/prometheus:v2.21.0
ports: