add DeleteUserPolicy

This commit is contained in:
Konstantin Lebedev
2021-04-08 11:16:36 +05:00
parent b06c5b9d99
commit 995ae91007
3 changed files with 32 additions and 7 deletions

View File

@@ -26,9 +26,10 @@ services:
filer:
image: chrislusf/seaweedfs:local
ports:
- 8111:8111
- 8888:8888
- 18888:18888
command: '-v=1 filer -master="master:9333"'
command: '-v=1 filer -master="master:9333" -iam'
depends_on:
- master
- volume