Skip to content

Instantly share code, notes, and snippets.

View danyanya's full-sized avatar
🤔
status: working

Daniil Sliusar danyanya

🤔
status: working
View GitHub Profile
#!/bin/bash
# linux version
sudo curl \
-L "https://github.com/docker/compose/releases/download/1.24.0/docker-compose-$(uname -s)-$(uname -m)" \
-o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose