diff --git a/docker-compose.yml b/docker-compose.yml index b8d8af9..a4432df 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -28,4 +28,4 @@ services: networks: wubloader_default: - external: true \ No newline at end of file + external: true diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 6d105dd..a13ce0e 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -46,7 +46,7 @@ http { root /usr/share/nginx/html/buscribe; index index.html index.htm; } - location /buscribelrr/json { proxy_pass http://buscribeapilrr/buscribe/json; } + location /buscribelrr/json { proxy_pass http://buscribeapilrr:8010/buscribe/json; } }