Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Revert "More"
This reverts commit 22250f9.
  • Loading branch information
nyalldawson committed Feb 11, 2021
1 parent fc4d369 commit 2b1ba96
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .docker/docker-compose-testing.yml
Expand Up @@ -22,11 +22,12 @@ services:
# - 1521:1521


mssql:
image: microsoft/mssql-server-linux:2017-latest
environment:
ACCEPT_EULA: Y
SA_PASSWORD: <YourStrong!Passw0rd>
# Proving very fragile!
# mssql:
# image: microsoft/mssql-server-linux:2017-latest
# environment:
# ACCEPT_EULA: Y
# SA_PASSWORD: <YourStrong!Passw0rd>

qgis-deps:
tty: true
Expand All @@ -36,6 +37,6 @@ services:
links:
- postgres
# - oracle
- mssql
# - mssql
env_file:
- docker-variables.env

0 comments on commit 2b1ba96

Please sign in to comment.