Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Commit 4143192

Browse files
authored
Merge pull request #158 from gogeof/master
fix docker run failed without PORT environment setting problem.
2 parents c40bfb5 + 32f5c62 commit 4143192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ $ docker pull docker.pkg.github.com/olivia-ai/olivia/olivia:latest
9292

9393
Then start it
9494
```bash
95-
$ docker run -d -p 8080:8080 docker.pkg.github.com/olivia-ai/olivia/olivia:latest
95+
$ docker run -d -e PORT=8080 -p 8080:8080 docker.pkg.github.com/olivia-ai/olivia/olivia:latest
9696
```
9797

9898
You can just use the websocket of Olivia now.

0 commit comments

Comments
 (0)