Skip to content

Instantly share code, notes, and snippets.

@khusseini
Created October 14, 2017 05:47
Show Gist options
  • Save khusseini/5432e2f8dd9cb9c65cc4d0536ce04f84 to your computer and use it in GitHub Desktop.
Save khusseini/5432e2f8dd9cb9c65cc4d0536ce04f84 to your computer and use it in GitHub Desktop.
[Unit]
Description=Provides Docker-Compose
After=docker.service
Requires=docker.service
[Service]
Type=oneshot
ExecStart=/bin/bash -c "wget -O /opt/bin/docker-compose https://github.com/docker/compose/releases/download/1.16.1/docker-compose-`uname -s`-`uname -m`"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment