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 pwd in docker-compose for Linux
pull/441/merge
Cesar De la Torre Llorente
7 years ago
parent
60fc141792
commit
14da2c3885
2 changed files
with
4 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
docker-compose.ci.build.yml
+3
-3
docker-compose.override.yml
+ 1
- 0
docker-compose.ci.build.yml
View File
@ -8,6 +8,7 @@ services:
-
./cli-linux:/cli-linux
working_dir
:
/src
# Next line is using the .sln file to compile all the projects.
# Sometime there is an issue in msbuild exits the process before finishing building the bits: (https://github.com/Microsoft/msbuild/issues/2153)
# Random error: error MSB4017: The build stopped unexpectedly be cause of an unexpected logger failure.
+ 3
- 3
docker-compose.override.yml
View File
@ -201,9 +201,9 @@ services:
ports:
-
"5109:80"
sql.data:
environment:
-
sa_password=Pass@word
sql.data:
environment:
-
MSSQL_SA_PASSWORD=Pass@word
-
ACCEPT_EULA=Y
ports:
-
"5433:1433"
Write
Preview
Loading…
Cancel
Save