Skip to content

Commit

Permalink
tests: improve docker compose file: remove restart: always, fix mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
roxblnfk committed Oct 22, 2024
1 parent 678c049 commit ec26778
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ version: "3"
services:
sqlserver:
image: mcr.microsoft.com/mssql/server:2019-latest
restart: always
ports:
- "11433:1433"
environment:
Expand All @@ -14,8 +13,6 @@ services:

mysql_latest:
image: mysql:latest
restart: always
command: --mysql-native-password=ON
ports:
- "13306:3306"
environment:
Expand All @@ -25,7 +22,6 @@ services:

postgres:
image: postgres:12
restart: always
ports:
- "15432:5432"
environment:
Expand Down

0 comments on commit ec26778

Please sign in to comment.