Skip to content

Instantly share code, notes, and snippets.

@f4rx
Created November 5, 2019 17:04
Show Gist options
  • Select an option

  • Save f4rx/e7ed7c678624521564790ff50cfbe919 to your computer and use it in GitHub Desktop.

Select an option

Save f4rx/e7ed7c678624521564790ff50cfbe919 to your computer and use it in GitHub Desktop.
selectel-workshop
version: '3.1'
services:
mongo:
image: mongo:3.6.15
restart: always
environment:
MONGO_INITDB_ROOT_USERNAME: root
MONGO_INITDB_ROOT_PASSWORD: example
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment