azure - How deploy PHP Application in WebApp for containers -


i have containerised php application (symfony) in php-fpm container. expose website nginx server reverse proxy , connecting via fastcgi php-fpm container.

do how can bring php-fpm container web app containers azure service? need included webserver container publish website? (something apache+mod_php?)

i believe should someway connect azure webserver container.

thanks,

you're allowed 1 image, you'll have add webserver existing php-fpm container. you've got of nginx configs assume, try installing nginx in php-fpm container.


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -