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
Fixed SQL parameters for the new SQL Server image
pull/457/merge
Cesar De la Torre
7 years ago
parent
f149734db7
commit
60fc141792
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
docker-compose.override.yml
+ 1
- 2
docker-compose.override.yml
View File
@ -203,9 +203,8 @@ services:
sql.data:
environment:
-
MSSQL_SA_PASSWORD
=Pass@word
-
sa_password
=Pass@word
-
ACCEPT_EULA=Y
-
MSSQL_PID=Developer
ports:
-
"5433:1433"
Write
Preview
Loading…
Cancel
Save