mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-26 09:46:19 -04:00
fix dev docker and docs
This commit is contained in:
parent
9f02f7b3ca
commit
6ca039910a
2 changed files with 5 additions and 7 deletions
|
@ -669,15 +669,13 @@ git clone https://github.com/schlagmichdoch/PairDrop.git && cd PairDrop
|
|||
git checkout dev
|
||||
```
|
||||
```bash
|
||||
docker compose -f docker-compose-dev.yml up -d
|
||||
docker compose -f docker-compose-dev.yml up --no-deps --build
|
||||
```
|
||||
|
||||
Now point your web browser to `http://localhost:8080`.
|
||||
|
||||
- To restart the containers, run `docker compose restart`.
|
||||
- To stop the containers, run `docker compose stop`.
|
||||
- To debug the Node.js server, run `docker logs pairdrop`.
|
||||
|
||||
- After changes to the code you have to rerun the `docker compose` command
|
||||
|
||||
<br>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue