Skip to content

Commit

Permalink
fix supabase-postgresql volume
Browse files Browse the repository at this point in the history
  • Loading branch information
ak4zh committed Oct 12, 2023
1 parent 6d9d0c3 commit 0c8c753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/v4/apps/supabase-postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
$$cap_appname-db:
image: bitnami/supabase-postgres:$$cap_app_version
volumes:
- $$cap_appname-db-data:/var/lib/postgresql/data
- $$cap_appname-db-persistence:/bitnami/postgresql
restart: always
environment:
POSTGRES_USER: $$cap_pg_user
Expand Down

0 comments on commit 0c8c753

Please sign in to comment.