Thank you, exactly what I needed and straight to the point, if anyone is curios everything is pretty much exactly the same as of 4/30/2023, just some minor interface changes on docker desktop settings UI
@uafneto2 жыл бұрын
I just have to thank the extremely practical way that exposed the construction of an agile and restorable wordpress environment working together with wsl2. Thank you and congratulations!!
@Dogcomp2 жыл бұрын
Glad it was helpful! Please do not forget to share and subscribe my channel :-)
@mikethomas34982 жыл бұрын
Another Question for you. I have Docker Desktop running just fine prior to running this WordPress install. I'm able to view all Volumes, Images, Extensions, Home, Containers.. the "white screened Docker Desktop" fails after running this "docker-compose up -d" when trying to view CONTAINERS. I have to right-click on the Docker Desktop Icon and choose close, then go back down to toolbox icon, right click and choose Dashboard again, DD opens again, but I can't click on CONTAINERS, otherwise it will again "white screen the DD box" . So in your video at 10:19, I'm unable to see it up and running in Docker Desktop. Suggestions on what might be causing this error? thanks again. Also, everything in DD works fine after I "docker-compose down" , I'm able to view containers again. Strange error...
@Dogcomp2 жыл бұрын
I am not sure what is the root cause, but it sounds like buggy Docker Desktop installation. maybe you could try to clean install the Docker Desktop again? you could look for some solutions to fully remove and reset the Docker related thingy...
@SelvasankarPerumal2 жыл бұрын
My first docker is up and running just following along your easy steps. Thanks for this wonderful tutorial.
@Dogcomp Жыл бұрын
Glad it was helpful! Please do not forget to share and subscribe my channel :-)
@mivancev2 жыл бұрын
This is just what I was looking for !!!
@Dogcomp2 жыл бұрын
Glad that it helps! Please also subscribe my channel. Thx!
@kirkjohnston81122 жыл бұрын
Many thanks for providing this video. It's been a huge help and very appreciated!
@raiputra_ Жыл бұрын
how do i install multiple wordpress?
@Owl69699 Жыл бұрын
Bro, you are a G. You explained it nicely how to create it most of the other videos dont tell you what to do and when looking at the docs it doesnt ssay exactly what to do and wants you to use linux machines.
@Dogcomp Жыл бұрын
Glad it was helpful! Please do not forget to share and subscribe my channel :-)
@Owl69699 Жыл бұрын
@@Dogcomp Yes but I ran into an issue tho 😭😭 Once I started the docker container it failed a few times then it started. When I attempted to log into the wp site it said database failure. I assume it's becase of the use of older packages
@visualmodo3 жыл бұрын
Very good job!
@Dogcomp3 жыл бұрын
Please help me to subscribe to my channel. Thanks!
@parejagabriel2 жыл бұрын
Hey man, should I change the SSL from open ssl (does it auto renew ?) to Let’s Encrypt before exporting the image to recreate my container in my VPS ?
@Dogcomp2 жыл бұрын
You must use Let's Encrypt for auto-renew. The self-signed cert will trigger the certificate error. You may refer to this article on Digital Ocean Blog www.digitalocean.com/community/tutorials/how-to-install-wordpress-with-docker-compose Thanks for leaving the comment!
@kevinvichicela5874 Жыл бұрын
Te mereces mi sub
@WolfszeitYT Жыл бұрын
in that php myadmin i cant just make a copy of the DB and stuff like that? why please help? because sometimes to test stuff there I need to backup that DB
@Dogcomp Жыл бұрын
You can backup / export the database and import after your testing.
@WolfszeitYT Жыл бұрын
ah youre right I totally forgot that im sry xD your tutorial is awesome@@Dogcomp but i have another question when i changing the login in the .env than it dont work anymore aven after restart and stuff. have i missed something? i mean you wrote in the text just edit the .env is ther emore to edit? and thanks for the video youre awesome
@johnsonb87273 жыл бұрын
This video was the first one out of like 20 Docker/wordpress on youtube for Windows that was extremely informative and explained the steps and how the other files connected to the docker-compose file. Very nicely done. Unfortunately, I couldn't get my vs code working with wsl install. But everything else still worked like a charm. Will that hurt my computer. I am running on windows 11 like your video demonstrates.
@Dogcomp3 жыл бұрын
What is the issue with VS Code? When you type "code ." in WSL Console, it didn't launch?
@FahmiFashaApridiansyah2 жыл бұрын
Dumb question (since I don't understand Docker): How do you upload (host) on the production server?
@Dogcomp2 жыл бұрын
Your Wordpress is able to deploy as usual. Just look for the typical way for hosting on prod server. Docker can be just development env only. You can also look for the software to backup and restore the whole wordpress site.
@FahmiFashaApridiansyah2 жыл бұрын
@@Dogcomp Thank you for the answer. I will look into it.
@ZiPMo852 жыл бұрын
any benefit to using this over localwp ?
@Dogcomp2 жыл бұрын
if you are using Windows. You need to test your site directly on Linux directly (most hosting are based on Linux).
@quraanacademi2 жыл бұрын
docker-compose up -d command not working . showing error file can't find a suitable configuration file in the directory please help
@Dogcomp2 жыл бұрын
Can you double check the directory where you execute docker-composer consist the file named as "docker-compose.yml" ?
@quraanacademi2 жыл бұрын
@@Dogcomp yes the file name is docker-compose.yml
@tomasmensik30512 жыл бұрын
It works as intended, thanks for the tutorial! But I have one problem. I set up my website, committed it to Github and then I tried to pull it and run it again to make sure it is saved correctly. I ran the command "docker-compose up -d" and when I went to the localhost URL it said I need to install WordPress again and didn't let me log in. Should have I committed something different? I have committed the whole WordPress folder (shortcut 3:54)
@Dogcomp2 жыл бұрын
GitHub only store files. You still need to backup the Database and restore it manually. otherwise, it must run the Worpdress installation again.
@AslamD3 жыл бұрын
Very nicely explained. One question, If I have more then one WordPress sites to work on at same time, will these steps work?
@Dogcomp3 жыл бұрын
It needs some modifications to your docker-compose.yml, making multiple Wordpress Sites serving in different ports. I think I can write about this in my Medium. Thanks for dropping your comment!!
@AslamD3 жыл бұрын
@@Dogcomp OK great, please share link once you post on your medium. Or give me your medium link and I will subscribe to it.
@AslamD3 жыл бұрын
Nevermind, I found your medium page :)
@Dogcomp3 жыл бұрын
Thanks. Please also subscribe to my KZbin Channel :-)
@naseerakbari49492 жыл бұрын
this is a good word, "if the comment fails, execute again" hahahaha
@newkubx2 жыл бұрын
Thank you
@hassirod2 жыл бұрын
Like, subscribe. Мы любим флексить низко.
@mikethomas34982 жыл бұрын
Excellent, excellent! This worked great. I had a few bugs along the way. 1st error was converting "wsl.exe --set-version Ubuntu-18.04 2", this took a few minutes to run then moved on. 2nd Error I had was "no environment file found" .. when running "docker-compose up -d", i had the tree structure wrong, after correcting that everything worked great . ~/WORDPRESS > .docker > nginx Dockerfile > wordpress Dockerfile uploads.ini > nginx-conf nginx.conf security.conf > wordpress "docker-compose up -d" pretty sure creates this directory. .env docker-compose.yml Docker Desktop Dashboard has a few issues, turning white screen when view containers.. Again, thanks..
@Agniel872 жыл бұрын
Excelent!!!! like and subscribe!
@edwinov2 жыл бұрын
This is UTTERLY USELESS without explaining how to get a site running on https.