Skip to content

Commit

Permalink
doc: Docker実行コマンドの表記ゆれを修正する (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
aoirint authored Feb 2, 2023
1 parent 8288f88 commit 6fcc1b3
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 @@ -290,7 +290,7 @@ VOICEVOXではセキュリティ保護のため`localhost`・`127.0.0.1`・`app:

```bash
docker pull voicevox/voicevox_engine:cpu-ubuntu20.04-latest
docker run --rm -it -p '127.0.0.1:50021:50021' voicevox/voicevox_engine:cpu-ubuntu20.04-latest
docker run --rm -p '127.0.0.1:50021:50021' voicevox/voicevox_engine:cpu-ubuntu20.04-latest
```

### GPU
Expand Down

0 comments on commit 6fcc1b3

Please sign in to comment.