align romm shim with jellyfin/navidrome uid pattern (romm_uid/romm_gid)

This commit is contained in:
2026-07-16 23:56:51 -04:00
parent 81d5db5ddb
commit dd5901a2f0
3 changed files with 19 additions and 5 deletions
+1
View File
@@ -4,6 +4,7 @@ services:
image: "rommapp/romm:{{ romm_container_version }}"
container_name: "{{ romm_container_name }}"
restart: "{{ romm_restart_policy }}"
user: "{{ romm_uid }}:{{ romm_gid }}"
env_file:
- .env
volumes: