We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e78b42d commit 4e2065eCopy full SHA for 4e2065e
stubs/pgsql.stub
@@ -8,7 +8,7 @@ pgsql:
8
POSTGRES_USER: '${DB_USERNAME}'
9
POSTGRES_PASSWORD: '${DB_PASSWORD:-secret}'
10
volumes:
11
- - 'sail-pgsql:/var/lib/postgresql/data'
+ - 'sail-pgsql:/var/lib/postgresql'
12
- './vendor/laravel/sail/database/pgsql/create-testing-database.sql:/docker-entrypoint-initdb.d/10-create-testing-database.sql'
13
networks:
14
- sail
0 commit comments