Fixed issue with SQL container config for Linux container instead Windows Container config in docker-compose.override.yml
This commit is contained in:
parent
14da2c3885
commit
bc619b8c4b
@ -201,9 +201,9 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "5109:80"
|
- "5109:80"
|
||||||
|
|
||||||
sql.data:
|
sql.data:
|
||||||
environment:
|
environment:
|
||||||
- MSSQL_SA_PASSWORD=Pass@word
|
- MSSQL_SA_PASSWORD=Pass@word
|
||||||
- ACCEPT_EULA=Y
|
- ACCEPT_EULA=Y
|
||||||
ports:
|
ports:
|
||||||
- "5433:1433"
|
- "5433:1433"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user