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 5cb1ef6 commit 19f01dbCopy full SHA for 19f01db
1 file changed
docker/docker-compose.yml
@@ -386,7 +386,7 @@ services:
386
# Comment out everything below this point if you are using an external Postgres database
387
db:
388
container_name: supabase-db
389
- image: supabase/postgres:15-local
+ image: supabase/postgres:15.8.1.060
390
restart: unless-stopped
391
volumes:
392
- ./docker-entrypoint.sh:/usr/local/bin/custom-docker-entrypoint.sh:Z
0 commit comments