Skip to content

Instantly share code, notes, and snippets.

@TimCastelijns
Created July 6, 2017 15:23
Show Gist options
  • Save TimCastelijns/e06e4496da21da0909ecc27fb3eef2ae to your computer and use it in GitHub Desktop.
Save TimCastelijns/e06e4496da21da0909ecc27fb3eef2ae to your computer and use it in GitHub Desktop.
version: '3'
services:
thumbnail:
build: .
ports:
- "8080:8080"
volumes:
- .:/code
extra_hosts:
- "gae.com:172.18.0.1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment