mirror of
https://github.com/mainflux/mainflux.git
synced 2025-04-28 13:48:49 +08:00
10 lines
176 B
Bash
Executable File
10 lines
176 B
Bash
Executable File
#!/bin/bash
|
|
|
|
###
|
|
# Stops services on the local system prior to running containers
|
|
# in order to liberate binding ports
|
|
###
|
|
|
|
sudo service mosquitto stop
|
|
sudo service nginx stop
|