Files
dittmar.dev/stop-nginx.sh
T
2023-10-18 15:19:16 +00:00

5 lines
47 B
Bash
Executable File

#!/bin/bash
docker stop nginx
docker rm nginx