mirror of
https://github.com/immich-app/immich.git
synced 2025-12-13 17:23:10 +03:00
docs: add developer notes about rootless docker setup (#13250)
This commit is contained in:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user