mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
docs: add developer notes about rootless docker setup (#13250)
This commit is contained in:
parent
6ec94f94f1
commit
689c6aa276
2 changed files with 6 additions and 1 deletions
|
|
@ -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']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue