yuuum
yuuum

Reputation: 3

Octopus deploy db connection error in linux container

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?

Upvotes: 0

Views: 184

Answers (0)

Related Questions