diff options
Diffstat (limited to 'docker-compose.yaml')
| -rw-r--r-- | docker-compose.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
