Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
to use the more modern docker compose command syntax
  • Loading branch information
duck-nukem authored Dec 28, 2024
1 parent 0bf45d6 commit fc301dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Prerequisites:
1. Clone this repo `git clone https://github.com/kreatemore/django-in-docker-starter.git <project_name>`
2. Change remote in git to point to your repo (or just reinit wit `git init`)
3. Generate your SECRET_KEY (example: https://djecrety.ir/)
4. `docker-compose -f docker-compose.yml -f docker-compose.prod.yml up web`
4. `docker compose -f docker compose.yml -f docker-compose.prod.yml up web`
5. A django app is now running @ http://localhost:8080/

If you're using PyCharm, you can configure the "app" service (from `docker-compose.yml`) to be the project interpreter.
Expand Down

0 comments on commit fc301dd

Please sign in to comment.