1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-01-23 17:53:23 +02:00

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"]