Move non-Nix bash scripts
This commit is contained in:
parent
7c9ffc116e
commit
f2eea2d397
21 changed files with 11 additions and 10 deletions
7
modules/home-manager/cli/bin/scripts/stop-traefik
Executable file
7
modules/home-manager/cli/bin/scripts/stop-traefik
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -o errexit
|
||||
set -o nounset
|
||||
|
||||
docker container stop traefik-development-reverse-proxy-1
|
||||
docker container ps
|
Loading…
Add table
Add a link
Reference in a new issue