I Dedicated Server on Godaddy.com which give me access to both WHM & cPanel let's say i created an account for domain example.com in this domain there is two directories Attendance which contain CodeIgniter required php 7.2 & Prize which contain Laravel required php 8.1. Can i use Docker to setup those directories properly and assign php version to each one ?
Asked
Active
Viewed 98 times
0
-
If you want to run two different versions of PHP at the same time, it's definitely easier to do so via Docker than to actually have two local versions installed on your server. And the configuration will be much simpler if you put them on their own separate third-level domains rather than subdirs of the same domain. – Alex Howansky Oct 23 '22 at 16:01
-
Is there a resource that explain this process in details ? – Q8Xbox Oct 23 '22 at 17:14