Skip to content

Instantly share code, notes, and snippets.

@vaayne
vaayne / docker-compose.yml
Created September 4, 2017 14:46 — forked from cboettig/docker-compose.yml
debugging NGINX configuration for Jupyter
jupyter:
image: jupyter/datascience-notebook
environment:
- PASSWORD=${PASSWORD}
nginx:
image: nginx
links:
- jupyter