Skip to content

Commit 4a22425

Browse files
author
Your Name
committed
update readme
1 parent 187e468 commit 4a22425

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

README.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,32 @@
11
# gpt-code-ui-docker
22
Docker builds for https://github.com/ricklamers/gpt-code-ui
33

4-
# Run
4+
5+
6+
7+
## Run the app
58
* get `docker-compose.yml`
69
* update `OPENAI_API_KEY` in this file
710
* `docker compose up` from same dir
11+
* open `http://localhost:8080`
12+
13+
### Run different version
14+
`GPTCODEUI_VERSION=0.42.14 docker compose up`
15+
16+
#### Supported versions
17+
See [Releases](https://github.com/localagi/gpt-code-ui-docker/releases)
18+
19+
20+
### updating to latest `main`
21+
`docker compose pull`
22+
23+
### cleanup
24+
`docker compose rm`
25+
26+
## Contributing
27+
28+
Whenever there is a new version of gpt-code-ui or you require the latest main build, feel free to open an issue
29+
30+
## Problems?
31+
32+
https://github.com/localagi/gpt-code-ui-docker/issues

0 commit comments

Comments
 (0)