Skip to content

Commit

Permalink
fix: add password to docker-compose.yml for uta service (#405)
Browse files Browse the repository at this point in the history
close #404
  • Loading branch information
korikuzma authored May 2, 2024
1 parent 096b124 commit 9815622
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ services:
# psql -XAt postgres://anonymous@localhost/uta -c 'select count(*) from uta_20210129b.transcript'
# 314227
image: biocommons/uta:uta_20210129b
environment:
- POSTGRES_PASSWORD=some-password-that-you-make-up
volumes:
- uta_vol:/var/lib/postgresql/data
ports:
Expand Down

0 comments on commit 9815622

Please sign in to comment.