Update README.md
This commit is contained in:
parent
73b2265bf0
commit
9d748dce01
|
@ -69,3 +69,7 @@ For example:
|
||||||
```bash
|
```bash
|
||||||
curl -X POST -H "Authorization: Bearer user1:key1" http://localhost:8080/api/generate --data '{"data": "Hello, World!"}'
|
curl -X POST -H "Authorization: Bearer user1:key1" http://localhost:8080/api/generate --data '{"data": "Hello, World!"}'
|
||||||
```
|
```
|
||||||
|
### Starting the server using the created Container-Image
|
||||||
|
To start the proxy in background with the above created image, you can use either
|
||||||
|
1) docker: `docker run -d --name ollama-proxy-server -p 8080:8080 ollama_proxy_server:latest`
|
||||||
|
2) podman: `podman run -d --name ollama-proxy-server -p 8080:8080 ollama_proxy_server:latest`
|
||||||
|
|
Loading…
Reference in New Issue