Skip to content

Commit 057eb46

Browse files
committed
chore: udpdate readme
1 parent d5d43ff commit 057eb46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/_example/django/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ Normally with docker, you just have a few command to use, in the correct folder:
1212
```bash
1313
cd src/_example/django
1414

15-
docker compose up -d --build # to start in background
16-
# Example project is now running on port 8000
15+
docker compose up -d # to start in background
16+
# Example project is now running on port 8000 with auto reload
1717

1818
docker compose logs -f # to see the output
1919

20-
docker compose down # to stop
20+
docker compose down # to cleanup
2121
```
2222

2323
⚠️ If you already have a [`.env`](./.env) at the root of this example project, it will be used, overriding what's define in the [docker compose file](./docker-compose.yaml).

0 commit comments

Comments
 (0)