Last active
July 12, 2017 07:20
-
-
Save modius/fea7a796598e678bc9bd7cb08aaef58d to your computer and use it in GitHub Desktop.
docker workbench defaults
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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