Browse Source

Fix README.md

pull/1677/head
Hironsan 2 years ago
parent
commit
67f9e0fb05
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -137,7 +137,7 @@ docker-compose -f docker-compose.prod.yml --env-file ./config/.env.example up
#### Development #### Development
After running the following command, access <http://127.0.0.1:3000/>. If you want to use the admin site, please access <http://127.0.0.1:3000/admin/>.
After running the following command, access <http://127.0.0.1:3000/>. If you want to use the admin site, please access <http://127.0.0.1:8000/admin/>.
```bash ```bash
docker-compose -f docker-compose.dev.yml --env-file ./config/.env.example up docker-compose -f docker-compose.dev.yml --env-file ./config/.env.example up

Loading…
Cancel
Save