Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ SESSION_CACHE_ALIAS = 'default'
7. Update the **.env** file to specify values for the environment variables defined within
8. Do a global search of all files here for "appname" and replace it with the actual name of your app
9. Start Django for development at http://localhost:8000
- `docker compose up`
- `docker-compose up`

## Components

Expand Down
2 changes: 1 addition & 1 deletion start-dev.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
docker compose -f docker-compose.yml -f docker-compose.dev.yml up
docker-compose -f docker-compose.yml -f docker-compose.dev.yml up
2 changes: 1 addition & 1 deletion start-prod.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
docker compose -f docker-compose.yml -f docker-compose.prod.yml up -d
docker-compose -f docker-compose.yml -f docker-compose.prod.yml up -d