mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
chore(docker): updated docker-compose.yml for local dev
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user