mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-25 18:28:07 +02:00
Font size changed in Readme.md #179
Signed-off-by: Ulugbek Muslitdinov <ulugbekmuslitdinov@gmail.com>
This commit is contained in:
commit
ac543c8212
1 changed files with 3 additions and 3 deletions
|
@ -34,7 +34,7 @@ volumes:
|
|||
postgres_data:
|
||||
```
|
||||
|
||||
# Changes in Django project
|
||||
## Changes in Django project
|
||||
To make your Django project work with PostgreSQL, you need to add the following lines to your settings.py file:
|
||||
```python
|
||||
DATABASES = {
|
||||
|
@ -49,7 +49,7 @@ DATABASES = {
|
|||
}
|
||||
```
|
||||
|
||||
# Deploy with docker-compose
|
||||
## Deploy with docker-compose
|
||||
```
|
||||
$ docker-compose up -d
|
||||
[+] Building 27.5s (10/10) FINISHED
|
||||
|
@ -65,7 +65,7 @@ $ docker-compose up -d
|
|||
```
|
||||
|
||||
|
||||
# Expected result
|
||||
## Expected result
|
||||
Listing containers must showtwo containers running and the port mapping as below:
|
||||
```
|
||||
$ docker ps
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue