Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/en_US/docs/manual/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ For more help on how to use Docker, head to https://docs.docker.com/go/guides/
Then, pull the image, create and run the container.

``` bash
docker run -d --name BAAH -p 8000:8000 ghcr.io/BlueArchiveArisHelper/baah:latest
docker run -d --name BAAH -p 8000:8000 ghcr.io/bluearchivearishelper/baah:latest
```

Then open your browser and navigate to `http://<your-server-ip>:8000`
Expand Down
2 changes: 1 addition & 1 deletion src/zh_CN/docs/manual/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ For more help on how to use Docker, head to https://docs.docker.com/go/guides/
然后,拉取镜像,创建并运行容器。

``` bash
docker run -d --name BAAH -p 8000:8000 ghcr.io/BlueArchiveArisHelper/baah:latest
docker run -d --name BAAH -p 8000:8000 ghcr.io/bluearchivearishelper/baah:latest
```

随后打开浏览器,打开 `http://<your-server-ip>:8000`
Expand Down