mirror of
https://github.com/immich-app/immich.git
synced 2025-02-11 01:18:24 -05:00
9 lines
173 B
YAML
9 lines
173 B
YAML
|
services:
|
||
|
immich-devcontainer:
|
||
|
build:
|
||
|
dockerfile: Dockerfile
|
||
|
extra_hosts:
|
||
|
- 'host.docker.internal:host-gateway'
|
||
|
volumes:
|
||
|
- ..:/immich:cached
|