In my opinion, setting up LAMP is easier than Docker.
Setting up LAMP is just copy-pasting a few install commands:
apt install apache2 php libapache2-mod-php mariadb-server php-mysql mysql_secure_installation ufw allow http ufw allow https ufw enable
In my opinion, setting up LAMP is easier than Docker.
Setting up LAMP is just copy-pasting a few install commands: