Skip to content

Instantly share code, notes, and snippets.

@modius
Last active July 12, 2017 07:20
Show Gist options
  • Save modius/fea7a796598e678bc9bd7cb08aaef58d to your computer and use it in GitHub Desktop.
Save modius/fea7a796598e678bc9bd7cb08aaef58d to your computer and use it in GitHub Desktop.
docker workbench defaults
portainer:
image: portainer/portainer
restart: always
environment:
- "VIRTUAL_HOST=portainer.*"
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
docker-vhosts:
image: texthtml/docker-vhosts
restart: always
environment:
- "VIRTUAL_HOST=workbench.*"
volumes:
- "/var/run/docker.sock:/tmp/docker.sock:ro"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment