diff --git a/docker-compose.yml b/docker-compose.yml index cc7c855..5141ca5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -103,5 +103,3 @@ services: volumes: - type: tmpfs target: /tmp:exec - - type: tmpfs - target: /opt:exec diff --git a/images/ngx/nginx.conf b/images/ngx/nginx.conf index f213ba8..454b9b8 100644 --- a/images/ngx/nginx.conf +++ b/images/ngx/nginx.conf @@ -184,5 +184,8 @@ http { location / { try_files $uri $uri/ /index.php$request_uri; } + location /simliveradio { + proxy_pass http://simliveradio.stream.laut.fm/simliveradio; + } } }