mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-23 08:56:29 +00:00
Fixing build - something changed with the Postgres image
This commit is contained in:
parent
cf8bca5bc7
commit
90ea54100d
1 changed files with 1 additions and 0 deletions
|
@ -130,6 +130,7 @@ services:
|
|||
ports: ["5432"]
|
||||
environment:
|
||||
- POSTGRES_USER=postgres
|
||||
- POSTGRES_HOST_AUTH_METHOD=trust
|
||||
mysql:
|
||||
image: mysql:5.6.27
|
||||
ports: ["3306"]
|
||||
|
|
Loading…
Reference in a new issue