Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
odscjames authored Nov 8, 2024
1 parent 82a5755 commit 4b2d6c5
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 @@ -28,7 +28,7 @@ docker compose -f docker-compose.dev.yml build
Start the containers in detached mode. This will run migrations and run the Django server. Using in detached (`-d`) mode means that the containers will continue to run in the background - ommitting the `-d` flag will mean that the containers will run only until the command is exited.

```
docker compose -f docker-compose.dev.yml up -d
COMPRESS_ENABLED=1 docker compose -f docker-compose.dev.yml up -d
```

See the status of your containers by using
Expand Down

0 comments on commit 4b2d6c5

Please sign in to comment.