Skip to content

Commit

Permalink
add volume for sql server
Browse files Browse the repository at this point in the history
  • Loading branch information
BobanL committed Oct 18, 2024
1 parent 8b60963 commit 85d4723
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions containers/ecr-viewer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ services:
- "1433:1433"
volumes:
- ./sql:/var/opt/mssql/scripts
- sql-server-volume:/var/opt/mssql
entrypoint: /var/opt/mssql/scripts/entrypoint.sh
healthcheck:
test:
Expand Down Expand Up @@ -92,3 +93,4 @@ services:
volumes:
prom_data:
grafana_data:
sql-server-volume:

0 comments on commit 85d4723

Please sign in to comment.