Script to restart an container from an existing image
This commit is contained in:
5
restart.sh
Normal file
5
restart.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
sudo service supervisor start && sudo supervisorctl stop all
|
||||
sudo apache2ctl restart
|
||||
sudo service postgresql start
|
||||
sudo supervisorctl reread
|
||||
sudo supervisorctl reload
|
Reference in New Issue
Block a user