fix(hedgedoc): add options ports and user to container creation task

This commit is contained in:
2024-10-08 17:55:06 +02:00
parent 81d6f809d7
commit 49ed240f10
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,5 @@
---
hedgedoc_run_user_id: >-2
{{ hedgedoc_user_info.uid | default(hedgedoc_user }}
{{ hedgedoc_user_info.uid | default(hedgedoc_user) }}
hedgedoc_run_group_id: >-2
{{ hedgedoc_user_info.group | default(hedgedoc_user }}
{{ hedgedoc_user_info.group | default(hedgedoc_user) }}