Docker-compose error

Getting error when I run docker-compose. How can I complete the installation? Stop grafana or change port?

Jonnys-Mac-mini:~ jonny$ sudo lsof -i -P -n | grep 3000
grafana-s 755 jonny 11u IPv6 0x9d854aa092c34853 0t0 TCP *:3000 (LISTEN)
Jonnys-Mac-mini:~ jonny$ sudo kill 755
Jonnys-Mac-mini:~ jonny$ sudo lsof -i -P -n | grep 3000
grafana-s 762 jonny 14u IPv6 0x9d854aa092c335f3 0t0 TCP *:3000 (LISTEN)
Jonnys-Mac-mini:~ jonny$ sudo kill 762

Jonnys-Mac-mini:~ jonny$ docker-compose up --detach
Creating network “jonny_default” with the default driver
*Creating jonny_upnp_1 … *
*Creating jonny_server_1 … *
Creating jonny_graphing_1 … error
Creating jonny_upnp_1 … done
Creating jonny_server_1 … done
ERROR: for jonny_graphing_1 Cannot start service graphing: Ports are not available: listen tcp 0.0.0.0:3000Creating jonny_influxdb_1 … done

ERROR: for graphing Cannot start service graphing: Ports are not available: listen tcp 0.0.0.0:3000: bind: address already in use
ERROR: Encountered errors while bringing up the project.
Jonnys-Mac-mini:~ jonny$

1 Like