Skip to content

Instantly share code, notes, and snippets.

@jonniesweb
Last active November 22, 2015 00:39
Show Gist options
  • Save jonniesweb/bdc235f619daecdcb69a to your computer and use it in GitHub Desktop.
Save jonniesweb/bdc235f619daecdcb69a to your computer and use it in GitHub Desktop.
A simple deploy/update script for a docker-compose project
#!/bin/bash
cd /to/corect/dir/
docker-compose up -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment