Skip to content
Snippets Groups Projects
Unverified Commit 34c26921 authored by Hunter Wittenborn's avatar Hunter Wittenborn
Browse files

Added missing immutable config flag to Compose file

parent 01a0c286
No related branches found
No related tags found
No related merge requests found
Pipeline #15074 passed
...@@ -176,6 +176,7 @@ services: ...@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment