A bunch of things

This commit is contained in:
eroncero
2025-08-15 19:11:21 +02:00
parent 89e2780710
commit 1270dad444
16 changed files with 35 additions and 12 deletions

9
2do.txt Normal file
View File

@@ -0,0 +1,9 @@
- Install certbot in the container instead of the image (download only in the image). It should be like this, since /etc/letsencrypt should be added as a volume. I assume it might break apt install certbot in a new docker compose up -d.
- Copy php-fpm pools from host to /etc/php/8.2/fpm/pool.d
- Instead of apt-get update, just apt-get install (because packages are already downloaded).
- Code refactor.