File tree Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Original file line number Diff line number Diff line change 1
1
# gpt-code-ui-docker
2
2
Docker builds for https://github.com/ricklamers/gpt-code-ui
3
3
4
- # Run
4
+
5
+
6
+
7
+ ## Run the app
5
8
* get ` docker-compose.yml `
6
9
* update ` OPENAI_API_KEY ` in this file
7
10
* ` 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
You can’t perform that action at this time.
0 commit comments