Last active
July 12, 2018 16:58
-
-
Save artisticcheese/a67adfcb8ac4e8720197e1899a494378 to your computer and use it in GitHub Desktop.
docker-stack.yml
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
version: '3.2' | |
services: | |
whoami: | |
image: artisticcheese/whoami:nanolts-2018060908 | |
ports: | |
- "8080:80" | |
volumes: | |
- whoami:c:\inetpub\logs\logfiles\host | |
deploy: | |
mode: replicated | |
replicas: -1 | |
volumes: | |
whoami: | |
driver: local |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment