php-syslog-ng
php-syslog-ng running in Alpine Linux with Nginx and PHP-FPM
50K+
A Docker container running Nginx, PHP-FPM and php-syslog-ng in Alpine.
docker run -d --name php-syslog-ng -p 8080:8080 moonbuggy2000/php-syslog-ng
Once the container is started initial configuration is done via the web
interface at http://<host>/install/.
The image does not include syslog-ng, it's just the web frontend for viewing data from a syslog-ng SQL database.
PUID - user ID to run asPGID - group ID to run asTZ - set date.timezone in php.iniNGINX_LOG_ALL - enable logging of HTTP 200 and 300 responses (accepts: true, false default: false)The configuration file is at /var/www/html/config/config.php. If you wish to
configure php-syslog-ng manually and not through the web interface you can mount
a volume here.
GitHub: https://github.com/moonbuggy/docker-php-syslog-ng
Docker Hub: https://hub.docker.com/r/moonbuggy2000/php-syslog-ng
Content type
Image
Digest
sha256:3408852f0…
Size
26.3 MB
Last updated
almost 2 years ago
docker pull moonbuggy2000/php-syslog-ng:2.9.9o