docs: add developer notes about rootless docker setup (#13250)

This commit is contained in:
Rudolf Horváth
2024-11-21 13:25:45 +01:00
committed by GitHub
parent 6ec94f94f1
commit 689c6aa276
2 changed files with 6 additions and 1 deletions

View File

@@ -57,6 +57,8 @@ services:
immich-web:
container_name: immich_web
image: immich-web-dev:latest
# Needed for rootless docker setup, see https://github.com/moby/moby/issues/45919
# user: 0:0
build:
context: ../web
command: ['/usr/src/app/bin/immich-web']