mirror of
https://github.com/apricote/home-cloud.git
synced 2026-01-13 21:11:02 +00:00
bitwarden deployment
This commit is contained in:
commit
42ec743a00
24 changed files with 498 additions and 0 deletions
3
modules/docker_node/scripts/install-docker-compose.sh
Executable file
3
modules/docker_node/scripts/install-docker-compose.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
curl -L "https://github.com/docker/compose/releases/download/1.23.1/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
|
||||
sudo chmod +x /usr/local/bin/docker-compose
|
||||
docker-compose --version
|
||||
Loading…
Add table
Add a link
Reference in a new issue