Skip to content

Instantly share code, notes, and snippets.

@jsoizo
Last active December 2, 2017 16:39
Show Gist options
  • Save jsoizo/7beb4b7d9d6a68f6a60e212f6f7b82b5 to your computer and use it in GitHub Desktop.
Save jsoizo/7beb4b7d9d6a68f6a60e212f6f7b82b5 to your computer and use it in GitHub Desktop.
franchise and franchise-client by docker
version: '3'
services:
web:
ports:
- "3000:80"
image: "jsoizo/franchise"
client:
ports:
- "14645:14645"
image: "jsoizo/franchise-client"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment