Skip to content

Commit

Permalink
doc: mistake in docker command
Browse files Browse the repository at this point in the history
  • Loading branch information
RockChinQ committed Oct 2, 2023
1 parent 4e04a2b commit eb8a701
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
### Docker (推荐)

```bash
docker run -d -p 3000:3000 --name free-one-api rockchin/free-one-api -v ./data:/app/data
docker run -d -p 3000:3000 --name free-one-api -v ./data:/app/data rockchin/free-one-api
```

你可以在 `http://localhost:3000/` 打开管理页面。
Expand Down
2 changes: 1 addition & 1 deletion README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ File a issue or pull request if you want to add more.
### Docker (Recommended)

```bash
docker run -d -p 3000:3000 --name free-one-api rockchin/free-one-api -v ./data:/app/data
docker run -d -p 3000:3000 --name free-one-api -v ./data:/app/data rockchin/free-one-api
```

then you can open the admin page at `http://localhost:3000/`.
Expand Down

0 comments on commit eb8a701

Please sign in to comment.