Skip to content

Commit

Permalink
Merge pull request #1 from AshurW/main
Browse files Browse the repository at this point in the history
Remove database url instruction
  • Loading branch information
AlexanderLindgren1 authored May 27, 2024
2 parents e4dba01 + ecb58ef commit f0a561f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,7 @@ In this assignment, you will containerize a Django application, deploy it using
```
- Dont forget to expose container port 8000
- It should depend on db service
- Add db enviroment variable
```yaml
DATABASE_URL: postgres://postgres:postgres@db:5432/django_db
```

2. Build and start container
- When its running run this command in a seperate terminal
```shell
Expand Down

0 comments on commit f0a561f

Please sign in to comment.