mirror of
https://github.com/mainflux/mainflux.git
synced 2025-05-02 22:17:10 +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
|