This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
Setting SA_PASSWORD for the SQL Server Linux container config instead MSSQL__SA_PASSWORD, so it could be compatible for SQL Server on Windows Containers, too.
pull/441/merge
Cesar De la Torre Llorente
7 years ago
parent
bc619b8c4b
commit
1a4205491b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
docker-compose.override.yml
+ 1
- 1
docker-compose.override.yml
View File
@ -203,7 +203,7 @@ services:
sql.data:
environment:
-
MSSQL_
SA_PASSWORD=Pass@word
-
SA_PASSWORD=Pass@word
-
ACCEPT_EULA=Y
ports:
-
"5433:1433"
Write
Preview
Loading…
Cancel
Save