Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
czantoine committed Oct 15, 2024
1 parent df34461 commit 6b8e406
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion quickstart/db/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 mcr.microsoft.com/mssql/server:2019-latest
FROM mcr.microsoft.com/mssql/server:2019-latest

WORKDIR /tmp

Expand Down
4 changes: 3 additions & 1 deletion quickstart/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ services:
sqlserver:
image: czantoine/mssql-demo
container_name: sqlserver-demo
platform: linux/amd64
ports:
- "1433:1433"
networks:
Expand All @@ -12,6 +13,7 @@ services:
grafana:
image: czantoine/grafana-microsoft-sql-server-dashboard
container_name: grafana
platform: linux/amd64
environment:
- GF_SECURITY_ADMIN_USER=admin
- GF_SECURITY_ADMIN_PASSWORD=admin_password
Expand All @@ -23,4 +25,4 @@ services:

networks:
monitoring:
driver: bridge
driver: bridge
2 changes: 1 addition & 1 deletion quickstart/grafana/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 grafana/grafana:latest
FROM grafana/grafana:latest

USER root

Expand Down

0 comments on commit 6b8e406

Please sign in to comment.