Skip to content

Commit 6bf4d4b

Browse files
committed
Update Readme
1 parent 449acbd commit 6bf4d4b

3 files changed

Lines changed: 2 additions & 5 deletions

File tree

.phan/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
$ phan -o report.txt
1212
*/
1313
return [
14-
'target_php_version' => '8.0',
14+
'target_php_version' => '8.5',
1515
'file_list' => [
1616
'./utils/cron.php',
1717
'./utils/startup.php',

Readme.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
> [!IMPORTANT]
2-
> Frontier Smart plans to shut down their Nuvola service: [More information](https://github.com/KIMB-technologies/Radio-API/releases/tag/v2.9.2-note).
3-
41
# Radio-API
52

63
> Silicon Frontier, Frontier Silicon, or Frontier Nuvola (Smart) Internet Radio alternative API

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
container_name: radio_api
77
restart: always
88
ports:
9-
- "80:80" # make sure, Radio-API is avaliable at port 80
9+
- "80:80" # make sure, Radio-API is available at port 80
1010
volumes:
1111
- ./data/:/php-code/data/ # directory storing data, cache, and setting od Radio-API
1212
- ./media/:/php-code/media/ # directory storing images for stations

0 commit comments

Comments
 (0)