Skip to content

Commit

Permalink
chore: change mssql passwork
Browse files Browse the repository at this point in the history
  • Loading branch information
danielNg91 committed Oct 24, 2023
1 parent 06ad037 commit b7cc0dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
ghub-api:
container_name: ghub-api
environment:
- AppSettings__ConnectionStrings__DefaultConnection=Server=mssql,1433;Database=GHub;User Id=sa;Password=d@nielng;TrustServerCertificate=true;
- AppSettings__ConnectionStrings__DefaultConnection=Server=mssql,1433;Database=GHub;User Id=sa;Password=eAx2Prn9mj4zU3ap8WV7ckNK;TrustServerCertificate=true;
build:
context: .
dockerfile: ./Dockerfile
Expand All @@ -16,7 +16,7 @@ services:
container_name: mssql
hostname: mssql
environment:
SA_PASSWORD: "d@nielng"
SA_PASSWORD: "eAx2Prn9mj4zU3ap8WV7ckNK"
ACCEPT_EULA: "Y"
restart: unless-stopped
volumes:
Expand Down

0 comments on commit b7cc0dd

Please sign in to comment.