File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ services:
176176 networks :
177177 - backend
178178
179- # ## MsSQL Container #########################################
179+ # ## MSSQL Container #########################################
180180
181181 mssql :
182182 build :
@@ -192,20 +192,6 @@ 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-
209195# ## MariaDB Container #######################################
210196
211197 mariadb :
@@ -514,8 +500,6 @@ services:
514500 links :
515501 - proxy
516502 - proxy2
517- networks :
518- - frontend
519503
520504# ## Networks Setup ############################################
521505
You can’t perform that action at this time.
0 commit comments