Skip to content

Instantly share code, notes, and snippets.

@mecmartini
Created August 20, 2019 13:16
Show Gist options
  • Save mecmartini/b267634009e4f80538ba767f244b38aa to your computer and use it in GitHub Desktop.
Save mecmartini/b267634009e4f80538ba767f244b38aa to your computer and use it in GitHub Desktop.
docker4andrex
# Move to main Docker folder.
cd docker4andrex/
# Start proxy server.
docker-compose -f traefik.yml up -d
# Start docker sync.
docker-sync start
# Move to project folder (i.e. uricchio/).
cd uricchio/
# Start project stack.
docker-compose up -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment