We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d61f33 commit 5e22972Copy full SHA for 5e22972
docker-compose.yml
@@ -6,7 +6,7 @@ services:
6
container_name: radio_api
7
restart: always
8
ports:
9
- - "8080:80"
+ - "80:80" # make sure, Radio-API is avaliable at port 80
10
volumes:
11
- ./data/:/php-code/data/
12
#- ./media/:/php-code/media/:ro # directory to add images for stations
0 commit comments