feat: move docker run command to use port 8283 (#1949)

This commit is contained in:
Sarah Wooders
2024-10-28 13:57:30 -07:00
committed by GitHub
parent adfb9a4b87
commit 969300fb56
5 changed files with 9 additions and 9 deletions

View File

@@ -4,12 +4,12 @@ http {
server {
listen 80;
listen [::]:80;
listen 8083;
listen [::]:8083;
listen 8283;
listen [::]:8283;
listen 8283;
listen [::]:8283;
server_name letta.localhost;
set $api_target "http://letta-server:8083";
set $api_target "http://letta-server:8283";
location / {
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $remote_addr;