9 lines
157 B
Bash
Executable File
9 lines
157 B
Bash
Executable File
#!/bin/bash
|
|
# Ansible managed
|
|
|
|
#echo "starting service nginx"
|
|
#systemctl start nginx
|
|
|
|
echo "Restarting reverse_proxy container"
|
|
docker restart reverse_proxy
|