updating readme, removing proxy, quick fix
This commit is contained in:
@@ -14,8 +14,19 @@ $ > python manage.py migrate
|
||||
$ > python manage.py createsuperuser --email admin@example.com --username admin
|
||||
$ > exit
|
||||
# You are now back in your machine bash
|
||||
$ docker-compose down && docker-compose up -d
|
||||
```
|
||||
|
||||
# Running (Docker)
|
||||
|
||||
```sh
|
||||
# Containers will all start
|
||||
$ docker-compose down && docker-compose up -d
|
||||
```
|
||||
|
||||
_backend only_
|
||||
|
||||
```sh
|
||||
$ docker-compose down && docker-compose -f docker-compose.backend.yml up -d
|
||||
```
|
||||
|
||||
# Setup (Not Docker)
|
||||
|
||||
Reference in New Issue
Block a user