mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-20 18:05:19 -04:00
Add instructions to run specific branch in docker compose
This commit is contained in:
parent
d46c9b9bc8
commit
2ab4be71c1
1 changed files with 8 additions and 1 deletions
|
@ -947,7 +947,14 @@ https://stackoverflow.com/questions/1074212/how-can-i-see-the-raw-sql-queries-dj
|
||||||
|
|
||||||
<details><summary><i>Click to expand...</i></summary>
|
<details><summary><i>Click to expand...</i></summary>
|
||||||
|
|
||||||
```bash
|
```bash|
|
||||||
|
# docker-compose.yml:
|
||||||
|
services:
|
||||||
|
archivebox:
|
||||||
|
image: archivebox/archivebox:dev
|
||||||
|
build: 'https://github.com/ArchiveBox/ArchiveBox.git#dev'
|
||||||
|
...
|
||||||
|
|
||||||
# docker:
|
# docker:
|
||||||
docker build -t archivebox:dev https://github.com/ArchiveBox/ArchiveBox.git#dev
|
docker build -t archivebox:dev https://github.com/ArchiveBox/ArchiveBox.git#dev
|
||||||
docker run -it -v $PWD:/data archivebox:dev init --setup
|
docker run -it -v $PWD:/data archivebox:dev init --setup
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue