Skip to content

Commit

Permalink
Fix server flags in docker compose (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
varunvora committed May 2, 2021
1 parent 784ad6b commit 103237e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
- 8087:8087
expose:
- 8087
command: --master-host master --master-port 8086 --host 0.0.0.0 --port 8087
command: --master-host master --master-port 8086 --http-host 0.0.0.0 --http-port 8087
master:
image: zhenghaoz/gorse-master
restart: always
Expand Down

0 comments on commit 103237e

Please sign in to comment.