Fixing build - something changed with the Postgres image

This commit is contained in:
Laszlo Fogas 2020-04-28 21:41:05 +02:00
parent cf8bca5bc7
commit 90ea54100d

View file

@ -130,6 +130,7 @@ services:
ports: ["5432"]
environment:
- POSTGRES_USER=postgres
- POSTGRES_HOST_AUTH_METHOD=trust
mysql:
image: mysql:5.6.27
ports: ["3306"]