fix ip.bind cmd for docker compose

This commit is contained in:
Konstantin Lebedev
2022-06-15 16:49:53 +05:00
parent 4eeeb5f50d
commit a9f6c4b43d
3 changed files with 11 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ services:
ports:
- 8888:8888
- 18888:18888
command: 'filer -master="master:9333"'
command: 'filer -master="master:9333" -ip.bind=0.0.0.0'
depends_on:
- master
- volume
@@ -28,7 +28,7 @@ services:
image: chrislusf/seaweedfs:dev # use a remote dev image
ports:
- 8333:8333
command: 's3 -filer="filer:8888"'
command: 's3 -filer="filer:8888" -ip.bind=0.0.0.0'
depends_on:
- master
- volume