Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
KMSCAKKSCFKA AKFACAMADCAS
awesome-composes
Commits
d48e8350
Unverified
Commit
d48e8350
authored
Nov 04, 2021
by
Esteban Solano Granados
Committed by
GitHub
Nov 04, 2021
Browse files
Updated aspnet-mssqlsample from discontinued image (#164)
Signed-off-by:
GitHub
<
noreply@github.com
>
parent
9c1371ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
aspnet-mssql/docker-compose.yaml
View file @
d48e8350
...
...
@@ -7,7 +7,7 @@ services:
environment
:
ACCEPT_EULA
:
"
Y"
SA_PASSWORD
:
example_123
image
:
microsoft/mssql
-
server
-linux
image
:
mcr.
microsoft
.com
/mssql
/
server
restart
:
always
healthcheck
:
test
:
[
"
CMD-SHELL"
,
"
/opt/mssql-tools/bin/sqlcmd
-S
localhost
-U
sa
-P
example_123
-Q
'SELECT
1'
||
exit
1"
]
...
...
@@ -16,4 +16,4 @@ services:
start_period
:
10s
timeout
:
3s
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment