Skip to content

Commit

Permalink
chore(docker): Grant correct permissions to docker image (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratnesh2003 authored May 31, 2024
1 parent 50fa05a commit 49546aa
Show file tree
Hide file tree
Showing 2 changed files with 9,545 additions and 7,499 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
POSTGRES_PASSWORD: password
POSTGRES_DB: keyshade_db
volumes:
- ./data/db:/var/lib/postgresql/data
- ./data/db:/var/lib/postgresql/data 700
networks:
- keyshade-dev

Expand Down
Loading

0 comments on commit 49546aa

Please sign in to comment.