Skip to content

Commit

Permalink
InvoiceNinja: Add Nginx Docker dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
owine committed Mar 11, 2024
1 parent 593197c commit 80cdab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/invoiceninjav5/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,6 @@ invoiceninjav5_docker_restart_policy: unless-stopped
invoiceninjav5_docker_state: started

# Dependencies
invoiceninjav5_depends_on: "mariadb"
invoiceninjav5_depends_on: "invoiceninja_nginx,mariadb"
invoiceninjav5_depends_on_delay: "0"
invoiceninjav5_depends_on_healthchecks: "false"

0 comments on commit 80cdab9

Please sign in to comment.