diff options
Diffstat (limited to 'static/docker-compose.yaml')
| -rw-r--r-- | static/docker-compose.yaml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/static/docker-compose.yaml b/static/docker-compose.yaml deleted file mode 100644 index 22ccd32..0000000 --- a/static/docker-compose.yaml +++ /dev/null @@ -1,10 +0,0 @@ -services: - webpack: - image: node - command: sh -c "npm install && npm run dev" - restart: always - working_dir: /immich-frame - ports: - - 8080:8080 - volumes: - - ./:/immich-frame |
