Skip to content

Commit 5e22972

Browse files
authored
Update docker-compose.yml
1 parent 6d61f33 commit 5e22972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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-
- "8080:80"
9+
- "80:80" # make sure, Radio-API is avaliable at port 80
1010
volumes:
1111
- ./data/:/php-code/data/
1212
#- ./media/:/php-code/media/:ro # directory to add images for stations

0 commit comments

Comments
 (0)