forked from mirrors/bookwyrm
Add docker-compose up to README
This commit is contained in:
parent
0700a71803
commit
b6b6a8a3f8
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ You'll have to install the Docker and docker-compose. When you're ready, run:
|
||||||
docker-compose build
|
docker-compose build
|
||||||
docker-compose run --rm web python manage.py migrate
|
docker-compose run --rm web python manage.py migrate
|
||||||
docker-compose run --rm web python manage.py initdb
|
docker-compose run --rm web python manage.py initdb
|
||||||
|
docker-compose up
|
||||||
```
|
```
|
||||||
|
|
||||||
Once the build is complete, you can access the instance at `localhost:1333`
|
Once the build is complete, you can access the instance at `localhost:1333`
|
||||||
|
|
Loading…
Reference in a new issue