Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #397 from findy-network/mac-working-docker-compose
Browse files Browse the repository at this point in the history
docker-compose file that works with PostgreSQL in Mac
  • Loading branch information
lainio committed May 21, 2024
2 parents 51e7892 + d9edb9a commit 5221d51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/fullstack/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ services:
vault-db:
image: postgres:13.1-alpine
volumes:
- .data/vault:/var/lib/postgresql/data
- .data/vault:/var/lib/postgresql/data:Z
environment:
PGDATA: /var/lib/pg_data
POSTGRES_DB: "vault"
POSTGRES_PASSWORD: "password"

0 comments on commit 5221d51

Please sign in to comment.