mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-18 22:24:35 +00:00
Fixing build - something changed with the Postgres image
This commit is contained in:
@@ -130,6 +130,7 @@ services:
|
||||
ports: ["5432"]
|
||||
environment:
|
||||
- POSTGRES_USER=postgres
|
||||
- POSTGRES_HOST_AUTH_METHOD=trust
|
||||
mysql:
|
||||
image: mysql:5.6.27
|
||||
ports: ["3306"]
|
||||
|
Reference in New Issue
Block a user