Compare commits

..

2 commits

2 changed files with 2 additions and 3 deletions

View file

@ -103,3 +103,5 @@ services:
volumes:
- type: tmpfs
target: /tmp:exec
- type: tmpfs
target: /opt:exec

View file

@ -184,8 +184,5 @@ http {
location / {
try_files $uri $uri/ /index.php$request_uri;
}
location /simliveradio {
proxy_pass http://simliveradio.stream.laut.fm/simliveradio;
}
}
}