From c922797429e6c078a2c659a6a79284e498244533 Mon Sep 17 00:00:00 2001 From: Philipp Le Date: Sun, 21 Feb 2021 01:52:03 +0100 Subject: fix: Build image on our own from Debian 9 Some packages were missing in the older approach. So we have set up the image from a plain Debian 9 Slim image and installed PHP7 and all required packages on owr own. --- sample.env | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sample.env (limited to 'sample.env') diff --git a/sample.env b/sample.env new file mode 100644 index 0000000..6c86ec6 --- /dev/null +++ b/sample.env @@ -0,0 +1,7 @@ +MYSQL_ROOT_PASSWORD=verysecurepassword +MYSQL_DATABASE=baikal +MYSQL_USER=baikal +MYSQL_PASSWORD=somepassword +DOMAIN_NAME=example.org +HOST_NAME=cal +PATH_PREFIX=baikal -- cgit v1.1