Skip to content

Commit 4e2065e

Browse files
authored
Fix volume path for PostgreSQL data storage (#836)
1 parent e78b42d commit 4e2065e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/pgsql.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pgsql:
88
POSTGRES_USER: '${DB_USERNAME}'
99
POSTGRES_PASSWORD: '${DB_PASSWORD:-secret}'
1010
volumes:
11-
- 'sail-pgsql:/var/lib/postgresql/data'
11+
- 'sail-pgsql:/var/lib/postgresql'
1212
- './vendor/laravel/sail/database/pgsql/create-testing-database.sql:/docker-entrypoint-initdb.d/10-create-testing-database.sql'
1313
networks:
1414
- sail

0 commit comments

Comments
 (0)