Add commands to start and stop Traefik
This commit is contained in:
parent
1f447ad8dc
commit
e8835f858e
2 changed files with 16 additions and 0 deletions
bin
7
bin/stop-traefik
Executable file
7
bin/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