KUT0K1

Results 1 comments of KUT0K1

You need to use the container name instead of localhost. With "container_name:" you can also define this permanently. Example: ``` services: mssql: image: mcr.microsoft.com/mssql/server:2019-latest container_name: db-mssql ports: - ${DATABASE_PORT}:1433 volumes:...