Skip to content

Commit

Permalink
The Beard says we have another container - This is an automated message
Browse files Browse the repository at this point in the history
  • Loading branch information
SQLDBAWithABeard committed May 5, 2023
1 parent 384ef0f commit bbafa06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
dbachecks1:
image: dbachecks/sqlinstance1:v2.34.0
image: dbachecks/sqlinstance1:v2.35.0
volumes:
- mydata:/var/opt/backups
- shared:/shared
Expand All @@ -13,7 +13,7 @@ services:
hostname: dbachecks1

dbachecks2:
image: dbachecks/sqlinstance2:v2.34.0
image: dbachecks/sqlinstance2:v2.35.0
volumes:
- mydata:/var/opt/backups
- shared:/shared
Expand All @@ -27,7 +27,7 @@ services:

# This is our SQL2022 container
dbachecks3:
image: dbachecks/sqlinstance3:v2.34.0
image: dbachecks/sqlinstance3:v2.35.0
volumes:
- mydata:/var/opt/backups
- shared:/shared
Expand Down

0 comments on commit bbafa06

Please sign in to comment.