Import some files and transform to working containers for:
* mysql * lighttpd (with php and mysql) * transmission * sabnzbd * sickbeard * couchpotato * headphones * btsync
This commit is contained in:
5
build/boot/lighttpd-php.sh
Normal file
5
build/boot/lighttpd-php.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
if [[ ! -e $PHP_CONFIG ]]; then
|
||||
cp /usr/local/lib/php.ini $PHP_CONFIG
|
||||
fi
|
||||
Reference in New Issue
Block a user