Skip to content

Instantly share code, notes, and snippets.

View esqu1's full-sized avatar
🍩

Brandon Lin esqu1

🍩
View GitHub Profile
procon:
image: node:0.10
command: node server.js
volumes:
- ./procon:/data
- ./ssl:/ssl
working_dir: /data
ports:
- "80:80"
- "443:443"
def hello():
return 3