Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to run Microsoft SQLServer with confluence using docker?

Ashika Manjunath
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 19, 2023

I am trying to start up a confluence instance with docker, using Microsoft SQLServer as the database. I keep getting the below error : "Cannot open database". How can I resolve this error?

sql-server-express:
image: mcr.microsoft.com/mssql/server:2019-latest
platform: linux/amd64
container_name: sql-server-express
environment:
ACCEPT_EULA: Y
MSSQL_SA_PASSWORD: *********
MSSQL_PID: Express
expose:
- "1433:1433"

Screenshot 2023-10-19 at 12.38.19.png

0 answers

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
TAGS
AUG Leaders

Atlassian Community Events