chore(docker): updated docker-compose.yml for local dev

This commit is contained in:
Marvin Zhang
2022-09-12 21:16:42 +08:00
parent b397b6e5be
commit d64a4384c6

View File

@@ -9,7 +9,10 @@ services:
# command: "server -dir /data -master.dir /data -volume.dir.idx /data -ip localhost -ip.bind 0.0.0.0 -filer -encryptVolumeData" # auth
command: "server -dir /data -master.dir /data -volume.dir.idx /data -ip localhost -ip.bind 0.0.0.0 -filer" # no auth
ports:
- 8080:8080
- 8888:8888
- 9333:9333
- 7333:7333
volumes:
- ./data/fs:/data