Skip to content

Commit f8bfda9

Browse files
Update PostgreSql.php for v18
V18 of Postgres requires a different postgres_data path: docker-library/postgres#1259
1 parent ea630cd commit f8bfda9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Services/PostgreSql.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class PostgreSql extends BaseService
2323

2424
protected $dockerRunTemplate = '-p "${:port}":5432 \
2525
-e POSTGRES_PASSWORD="${:root_password}" \
26-
-v "${:volume}":/var/lib/postgresql/data \
26+
-v "${:volume}":/var/lib/postgresql \
2727
"${:organization}"/"${:image_name}":"${:tag}"';
2828

2929
protected static $displayName = 'PostgreSQL';

0 commit comments

Comments
 (0)