Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kimbtech authored Mar 1, 2024
1 parent 6d61f33 commit 5e22972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
container_name: radio_api
restart: always
ports:
- "8080:80"
- "80:80" # make sure, Radio-API is avaliable at port 80
volumes:
- ./data/:/php-code/data/
#- ./media/:/php-code/media/:ro # directory to add images for stations
Expand Down

0 comments on commit 5e22972

Please sign in to comment.