Skip to content

Commit

Permalink
Merge pull request #3 from romanett/master
Browse files Browse the repository at this point in the history
merge changes from master
  • Loading branch information
romanett authored Oct 10, 2023
2 parents f51bcca + 5f948f8 commit 364affa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,14 @@ services:
- "58810:58810"
depends_on:
- db
volumes:
- gds-data:/OPC Foundation
db:
image: "mcr.microsoft.com/mssql/server:2022-latest"
ports:
- "1433:1433"
environment:
MSSQL_SA_PASSWORD: "jeh7he89u534758Ghe54"
ACCEPT_EULA: "Y"

volumes:
gds-data:

0 comments on commit 364affa

Please sign in to comment.