mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-18 20:47:56 +08:00
webdav: adds to docker file
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user