3 lines
103 B
Bash
3 lines
103 B
Bash
#!/bin/bash
|
|
echo "Stopping all of the containers"
|
|
docker stop bitwarden gitea gitea_db_1 blog rev-proxy |