dom1

Members
  • Posts

    3
  • Joined

  • Last visited

dom1's Achievements

Noob

Noob (1/14)

0

Reputation

  1. I kind of got it to work by increasing the timeouts (curl, http etc.) of WP to 120s. Now I also get to see any pending updates and the cron jobs are also working again. I think it could also be related to my network setup in general. After googling for a few hours, I found some articles which claimed that it could also be related to my network setup or specifically the DNS Server. I'm using Pihole as my primary DNS server and I think WP tries to resolve some domains internally which takes quite some time for some reason. But I have no idea how I could test this theory Strange is, that every other container with external access like nextcloud work without any problems... Thanks for your help!
  2. One way is to run multiple docker containers with different names. That way, you've separated the instance and the db which can come in handy if you want to restore a backup. You can just copy your current template, change the name to something you've not used, adjust the AppData Config Path of MariaDB, the www param of wordpress and the corresponding IP or ports.
  3. Hi! I've set up wordpress with this image, mariadb and NPM successfully and I can reach it from my external IP Thanks for your work! But I'm having some difficulties when it comes to performance. Somehow, the site loads really slow... It takes around 15s for every request to complete (TTFB). Is there any setting or configuration problem which I missed (either wp, maria or npm)? I've already adjusted the CPU Pinning for this docker container but unraid doesn't even sweat when wp is handling something so I think it's somewhere between those containers.... Thanks a lot in advance!