Skip to content

Instantly share code, notes, and snippets.

@harishrathi
Created December 14, 2016 10:38
Show Gist options
  • Save harishrathi/bff65a04d64a70a7ea3a67d5c22b7ade to your computer and use it in GitHub Desktop.
Save harishrathi/bff65a04d64a70a7ea3a67d5c22b7ade to your computer and use it in GitHub Desktop.
docker-compose.yml example for windows
version: '2'
networks:
default:
external:
name: nat
services:
website:
build:
context: '.'
dockerfile: "./iis.dockerfile"
ports:
- "3000:8081"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment