Skip to content

Commit 3d90a80

Browse files
committed
Merge branch 'proxy' of github.com:zeroc0d3/docker-laradock into proxy
2 parents cf9abcd + d1af247 commit 3d90a80

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

docker-compose.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,20 @@ services:
192192
networks:
193193
- backend
194194

195+
### MsSQL Container #########################################
196+
197+
mssql:
198+
build:
199+
context: ./mssql
200+
environment:
201+
- MSSQL_DATABASE=${MSSQL_DATABASE}
202+
- SA_PASSWORD=${MSSQL_PASSWORD}
203+
- ACCEPT_EULA=Y
204+
volumes:
205+
- mssql:/var/opt/mssql
206+
ports:
207+
- "${MSSQL_PORT}:1433"
208+
195209
### MariaDB Container #######################################
196210

197211
mariadb:

0 commit comments

Comments
 (0)