Browse Source

Fixed issue with SQL container config for Linux container instead Windows Container config in docker-compose.override.yml

pull/441/merge
Cesar De la Torre Llorente 7 years ago
parent
commit
bc619b8c4b
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      docker-compose.override.yml

+ 3
- 3
docker-compose.override.yml View File

@ -201,9 +201,9 @@ services:
ports:
- "5109:80"
sql.data:
environment:
- MSSQL_SA_PASSWORD=Pass@word
sql.data:
environment:
- MSSQL_SA_PASSWORD=Pass@word
- ACCEPT_EULA=Y
ports:
- "5433:1433"


Loading…
Cancel
Save