This website requires JavaScript.
Explore
Help
Sign In
neale
/
stacks
Watch
1
Star
0
Fork
You've already forked stacks
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
f3a7499d1f
stacks
/
homelab
/
deploy.sh
6 lines
96 B
Bash
Executable File
Raw
Blame
History
#! /bin/sh
stack
=
$(
basename
$(
pwd
)
)
docker stack deploy -c docker-compose.yaml --prune
$stack
Reference in New Issue
View Git Blame
Copy Permalink