Answers for "Survey Soluation Docker"

0

Survey Soluation Docker

docker run -p 80:80 --name hq \
    -e "HQ_Headquarters__TenantName=hq" \
    -e "HQ_Headquarters__BaseUrl=http://localhost" \
    -e "HQ_ConnectionStrings__DefaultConnection: 'Persist Security Info=true;Server=db;Port=5432;User Id=postgres;Password=pg_password;Database=SurveySolutions" \
    surveysolutions/surveysolutions:latest
Posted by: Guest on July-17-2021

Code answers related to "Survey Soluation Docker"

Browse Popular Code Answers by Language