From 2f54fe7f0cb5ee7f5fd682cca20d0a9a506a2aae Mon Sep 17 00:00:00 2001 From: eroncero Date: Fri, 15 Aug 2025 20:44:37 +0200 Subject: [PATCH] Remove old 2dolist --- 2do.txt | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 2do.txt diff --git a/2do.txt b/2do.txt deleted file mode 100644 index d83c095..0000000 --- a/2do.txt +++ /dev/null @@ -1,13 +0,0 @@ -- 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). - -- Before installing PHP, check if .conf exist and delete them to avoid DPKG asking for installing maintainer's version. - -- Set locales. - -- Code refactor. - -