diff --git a/docker/lighttpd.conf b/docker/lighttpd.conf index 83d697d..ade529e 100644 --- a/docker/lighttpd.conf +++ b/docker/lighttpd.conf @@ -1,6 +1,7 @@ server.document-root = "/var/www" server.port = 3000 +server.bind = "0.0.0.0" server.modules = ( "mod_indexfile" ) index-file.names = ( "index.html" )