Skip to content

Instantly share code, notes, and snippets.

View hunsly's full-sized avatar

hunsly hunsly

  • Budapest
View GitHub Profile
@hunsly
hunsly / test.yml
Last active February 9, 2018 22:25 — forked from anonymous/test.yml
mongo and nodejs docker yml
version: '2'
services:
web:
image: node:argon
volumes:
- ./www:/usr/src/app
ports:
- "3000:8080"
depends_on: