more script tweaking to make ufmonitor-update work
This commit is contained in:
parent
12773352a5
commit
eaac9a098f
1 changed files with 1 additions and 2 deletions
|
@ -4,5 +4,4 @@
|
|||
# This job handles updating the ufmonitor database with new data from a pagure instance
|
||||
#
|
||||
|
||||
export POSTGRES_DB_PASSWORD='{{ ufmonitor_db_password }}'
|
||||
docker run --add-host=postgres:{{ ufmonitor_db_host}} {{ updater_container_image }}
|
||||
docker run --add-host=postgres:{{ ufmonitor_db_host}} -e POSTGRES_DB_PASSWORD="{{ ufmonitor_db_password }}" {{ updater_container_image }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue