Skip to content

Commit d30de50

Browse files
authored
fix: e2e not able to connect to db (#5750)
1 parent 0e4c136 commit d30de50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/docker-compose-e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
version: '3'
77
services:
88
db:
9-
image: ghcr.io/cloudnative-pg/postgresql:15
9+
image: docker.io/library/postgres:15-alpine
1010
environment:
1111
POSTGRES_PASSWORD: password
1212
POSTGRES_DB: flagsmith

0 commit comments

Comments
 (0)