Skip to content

Commit 45f6bff

Browse files
committed
chore: Add version to mssql2017 container name
1 parent 1e50958 commit 45f6bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose/mssql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
image: ghcr.io/totara/docker-dev-mssql2017
55
# Mssql does not support multiple architectures
66
platform: linux/amd64
7-
container_name: totara_mssql
7+
container_name: totara_mssql2017
88
restart: ${RESTART_POLICY:-no}
99
ports:
1010
- "1433:1433"

0 commit comments

Comments
 (0)