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.

13 lines
221 B

  1. version: '3.4'
  2. services:
  3. sql.data:
  4. environment:
  5. - MSSQL_SA_PASSWORD=Pass@word
  6. - ACCEPT_EULA=Y
  7. - MSSQL_PID=Developer
  8. ports:
  9. - "5433:1433"
  10. nosql.data:
  11. ports:
  12. - "27017:27017"