Skip to content

Instantly share code, notes, and snippets.

@miguelangelgonzalez
Created December 12, 2017 17:19
Show Gist options
  • Save miguelangelgonzalez/6ec9453ac2b778cf99a166391fc6c75b to your computer and use it in GitHub Desktop.
Save miguelangelgonzalez/6ec9453ac2b778cf99a166391fc6c75b to your computer and use it in GitHub Desktop.
version: '3.1'
services:
db:
image: microsoft/nanoserver
command: powershell /c sleep 3600
web:
image: microsoft/nanoserver
command: ping db
depends_on:
- db
networks:
default:
external:
name: nat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment