Skip to content

Commit

Permalink
Format docker-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pflooky authored and github-actions[bot] committed Jul 10, 2024
1 parent e9941e9 commit 354482d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -623,16 +623,16 @@
- "SA_PASSWORD=${MSSQL_PASSWORD:-yourStrong(!)Password}"
- "ACCEPT_EULA=Y"
"healthcheck":
"test": [ "CMD-SHELL", "mssql-health-check" ]
"timeout": "10s"
"interval": "10s"
"retries": 10
"test": ["CMD-SHELL", "mssql-health-check"]
"timeout": "10s"
"image": "mcr.microsoft.com/mssql/server:${MSSQL_VERSION:-2022-latest}"
"ports":
- "1433:1433"
"volumes":
- "./data/mssql/mssql-health-check:/usr/local/bin/mssql-health-check"
# - "./data/mssql/persist:/var/opt/mssql/data"
# - "./data/mssql/persist:/var/opt/mssql/data"
"mysql":
"command": ["/bin/bash", "-c", "/tmp/scripts/init.sh"]
"container_name": "mysql-data"
Expand Down

0 comments on commit 354482d

Please sign in to comment.