mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose.git
synced 2025-08-14 14:56:56 +02:00
7 lines
190 B
Bash
Executable File
7 lines
190 B
Bash
Executable File
#!/bin/sh
|
|
|
|
sed -e "s/define('\([A-Z_]\+\)', [^)]\+/define('\1', getenv('TTRSS_\1')/" \
|
|
< config.php-dist > config.docker.php
|
|
|
|
cat config.php-config.d config.php-xaccel >> config.docker.php
|