From 043317fc36bf39ab073941eae4611645637aaee9 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Thu, 12 Jun 2025 19:50:40 -0500 Subject: fix tailwind and expose docker ports --- docker-compose.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docker-compose.yaml') diff --git a/docker-compose.yaml b/docker-compose.yaml index ca76bbb..22ccd32 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -4,5 +4,7 @@ services: command: sh -c "npm install && npm run dev" restart: always working_dir: /immich-frame + ports: + - 8080:8080 volumes: - ./:/immich-frame -- cgit v1.2.3