6 lines
109 B
Bash
Executable File
6 lines
109 B
Bash
Executable File
#!/bin/bash
|
|
# Ansible managed
|
|
|
|
#echo "stopping service nginx"
|
|
#systemctl stop nginx
|
|
docker stop reverse_proxy |