2017-06-03 01:35:42 +02:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
###
|
2017-09-05 01:37:28 +02:00
|
|
|
# Stops services on the local system prior to running containers
|
2017-06-03 01:35:42 +02:00
|
|
|
# in order to liberate binding ports
|
|
|
|
###
|
|
|
|
|
|
|
|
sudo service mosquitto stop
|
|
|
|
sudo service nginx stop
|