fixing args to keep script from erroring out, changing password method
This commit is contained in:
parent
e3540bf55c
commit
12773352a5
1 changed files with 2 additions and 2 deletions
|
@ -4,5 +4,5 @@
|
|||
# This job handles updating the ufmonitor database with new data from a pagure instance
|
||||
#
|
||||
|
||||
source {{ ufmonitor_config_path }}
|
||||
docker run --add-host=postgres:{{ ufmonitor_db_host}} {{ updater_container_image }} -l /var/log/ufmonitor/updater.log
|
||||
export POSTGRES_DB_PASSWORD='{{ ufmonitor_db_password }}'
|
||||
docker run --add-host=postgres:{{ ufmonitor_db_host}} {{ updater_container_image }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue