Skip to content

Commit c0d5292

Browse files
committed
Attempt to fix pgadmin error in tests
1 parent 8c383bd commit c0d5292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ services:
3131
environment:
3232
PGADMIN_DEFAULT_EMAIL: [email protected]
3333
PGADMIN_DEFAULT_PASSWORD: admin
34-
PGADMIN_DISABLE_POSTFIX: true
34+
PGADMIN_DISABLE_POSTFIX: "true"
3535
volumes:
3636
- pgadmin-data:/var/lib/pgadmin
3737
- ./pgadmin/servers.json:/pgadmin4/servers.json

0 commit comments

Comments
 (0)