Skip to content

Instantly share code, notes, and snippets.

@artisticcheese
Last active July 12, 2018 16:58
Show Gist options
  • Save artisticcheese/a67adfcb8ac4e8720197e1899a494378 to your computer and use it in GitHub Desktop.
Save artisticcheese/a67adfcb8ac4e8720197e1899a494378 to your computer and use it in GitHub Desktop.
docker-stack.yml
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