mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
Implementing scroll bar like Google Photos
This commit is contained in:
@@ -27,13 +27,13 @@ Then populate the value in there.
|
||||
To start, run
|
||||
|
||||
```bash
|
||||
docker-compose up ./server
|
||||
docker-compose -f ./server/docker-compose.yml up
|
||||
```
|
||||
|
||||
To force rebuild node modules after installing new packages
|
||||
|
||||
```bash
|
||||
docker-compose up --build -V ./server
|
||||
docker-compose -f ./server/docker-compose.yml up --build -V
|
||||
```
|
||||
|
||||
# Known Issue
|
||||
|
||||
Reference in New Issue
Block a user