Octopus deploy db connection error in linux container

Issue

This Content is from Stack Overflow. Question asked by yuuum

I created Octopus with docker-compose.yml and env file as below.
https://hub.docker.com/r/octopusdeploy/octopusdeploy

And built it, but I can’t connect with database.

Error: 18456, Severity:14, State: 8.
Login failed for user ‘sa’. Reason: Password did not match that for the login provided.

My database connection string in env file is like:

DB_CONNECTION_STRING=Server=db,1433;Database=OctopusDeploy;User=sa;Password=Password_01

Anyone can help me?



Solution

This question is not yet answered, be the first one who answer using the comment. Later the confirmed answer will be published as the solution.

This Question and Answer are collected from stackoverflow and tested by JTuto community, is licensed under the terms of CC BY-SA 2.5. - CC BY-SA 3.0. - CC BY-SA 4.0.

people found this article helpful. What about you?