You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
224B

  1. version: '3.1'
  2. services:
  3. mongo:
  4. image: mongo
  5. restart: unless-stopped
  6. environment:
  7. MONGO_INITDB_ROOT_USERNAME: root
  8. MONGO_INITDB_ROOT_PASSWORD: TurnenAufZeit
  9. ports:
  10. - 127.0.0.1:27017:27017