1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-07-26 03:11:18 +02:00

Docker from Debian base image ()

* Docker from Debian base image
* Fix expose https://github.com/RSS-Bridge/rss-bridge/discussions/3234
* Re-fix better logs https://github.com/RSS-Bridge/rss-bridge/pull/3333
* Update to Debian 12 Bookworm instead of Debian 10 Buster
* Use Debian packaging instead of having to keep track of and manually install -dev libraries, and with LTS support
* Update to PHP 8.2 instead of PHP 8.0

* Fix php.ini location

* Minor order changes
To optimise caching
This commit is contained in:
Alexandre Alapetite
2023-09-13 18:08:22 +02:00
committed by GitHub
parent 4323a11667
commit 0175e13712
7 changed files with 59 additions and 23 deletions

@@ -12,6 +12,6 @@ server {
location ~ \.php$ {
include snippets/fastcgi-php.conf;
fastcgi_pass 127.0.0.1:9000;
fastcgi_pass unix:/var/run/php/php8.2-fpm.sock;
}
}
}