mirror of
https://github.com/alangrainger/immich-public-proxy.git
synced 2024-12-28 20:01:57 +00:00
8 lines
195 B
YAML
8 lines
195 B
YAML
services:
|
|
immich-public-proxy:
|
|
image: alangrainger/immich-public-proxy:latest
|
|
container_name: immich-public-proxy
|
|
restart: always
|
|
ports:
|
|
- ${PORT}:3000
|
|
env_file: .env
|