notiz-dev / nestjs-prisma-starter

Starter template for NestJS 😻 includes GraphQL with Prisma Client, Passport-JWT authentication, Swagger Api and Docker
MIT License
2.37k stars 336 forks source link

refactor: surround ports with single quotes #471

Closed sitogi closed 1 year ago

sitogi commented 2 years ago

Description

Surround ports with single quotes in docker-compose.yml because it is recommended that values containing colons be treated as strings in yaml.

Additional Information

https://docs.docker.com/compose/compose-file/#ports

HOST:CONTAINER SHOULD always be specified as a (quoted) string, to avoid conflicts with yaml base-60 float.