Skip to content

Instantly share code, notes, and snippets.

@Clement-TS
Created August 16, 2016 15:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Clement-TS/acb3b71f83000efef65b405ddd152c8c to your computer and use it in GitHub Desktop.
Save Clement-TS/acb3b71f83000efef65b405ddd152c8c to your computer and use it in GitHub Desktop.
Mongodb docker-compose
version: '2'
services:
mongo:
image: mongo
container_name: mongo
networks:
telecomsante.loc:
aliases:
- mongo.telecomsante.loc
networks:
telecomsante.loc:
external: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment