Added missing immutable config flag to Compose file

This commit is contained in:
Hunter Wittenborn 2022-01-20 15:50:22 -06:00
parent 01a0c286c9
commit 34c2692193
No known key found for this signature in database
GPG key ID: A9678BE2A64D1DDF

View file

@ -176,6 +176,7 @@ services:
init: true init: true
environment: environment:
- AUR_CONFIG=/aurweb/conf/config - AUR_CONFIG=/aurweb/conf/config
- AUR_CONFIG_IMMUTABLE=${AUR_CONFIG_IMMUTABLE:-0}
entrypoint: /docker/cron-entrypoint.sh entrypoint: /docker/cron-entrypoint.sh
command: /docker/scripts/run-cron.sh command: /docker/scripts/run-cron.sh
depends_on: depends_on: