Skip to content

Commit

Permalink
prefix sudo to server command as the ping library requires sudo permi…
Browse files Browse the repository at this point in the history
…ssion to bind to 0.0.0.0
  • Loading branch information
thisisibrahimd committed Oct 29, 2022
1 parent 6154454 commit 146fd35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ nsqadmin: nsqadmin --nsqd-http-address=127.0.0.1:4150
# Database
cockroachdb: cockroach start-single-node --insecure --listen-addr=localhost:26257

#server: go run main.go master --config ./configs/default-config.yaml
#server: sudo go run main.go master --config ./configs/default-config.yaml
#worker: go run main.go worker --config ./configs/dev-config.yaml
envoy: envoy -c ./configs/envoy/config.yaml
grpcui: while ! grpcui -plaintext localhost:33333 2> /dev/null ; do sleep 1 ; done ;

0 comments on commit 146fd35

Please sign in to comment.