Skip to content

Commit

Permalink
Fix postgres startup.
Browse files Browse the repository at this point in the history
  • Loading branch information
azhavoro authored Feb 18, 2020
1 parent c523420 commit 538da9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ services:
environment:
POSTGRES_USER: root
POSTGRES_DB: cvat
POSTGRES_HOST_AUTH_METHOD: trust
volumes:
- cvat_db:/var/lib/postgresql/data

Expand Down

0 comments on commit 538da9f

Please sign in to comment.