Apache2 entered FATAL state, supervisord on Docker running in Ubuntu 20.10
According to what I know, Docker images are supposed to run exactly the same regardless of host OS. I’m experiencing
Continue readingDocker questions and answers
According to what I know, Docker images are supposed to run exactly the same regardless of host OS. I’m experiencing
Continue readingI set up docker container to use php7.3 and apache. docker-compose.yml file: version: ‘3.3’ services: web: image: php:7.3-apache container_name: php73
Continue readingIm deploying symfony project which runs on docker to VPS. I ran docker container, and now I access project only
Continue readingI have my server setup so there is a firewall which only allows port 80 and 443 from the public
Continue readingI have passed the point where I need to run my development build of my app on a ‘production’ server
Continue readingI have my apache2 webserver in one docker container. Users can type an email and it will store it in
Continue readingWhat is up my friends !!! i’m on an impossible mission to upload a php system with docker using apache2
Continue readingI’m trying to migrate a dockerized PHP-Apache2 server from Debian to Alpine. The Debian dockerfile: FROM php:7.3.24-apache-buster COPY conf/php.ini /usr/local/etc/php
Continue readingI have two containers running two web applications hosted in the same server, thats means the same IP address. The
Continue readingI am currently using the official php:7.4-apache image and I wanted to log some info and errors to the docker
Continue reading