diff --git a/config/sample-docker.engine-core.ini b/config/sample-docker.engine-core.ini index 6ce422850376800d7e62ba79fc45c8f447609acf..afac5a94f81dfd3637846d1f386e26c9dde7357b 100644 --- a/config/sample-docker.engine-core.ini +++ b/config/sample-docker.engine-core.ini @@ -15,7 +15,7 @@ # Allow Liquidsoap to run as root (required for Docker) liquidsoap_as_root="true" # API endpoint to POST playlogs to -api_url_playlog="http://0.0.0.1:8008/api/v1/playlog" +api_url_playlog="http://0.0.0.0:8008/api/v1/playlog" # This is the folder where fallback playlists are read from (optional) ; audio_playlist_folder="../audio/playlist"