Skip to content

Commit 44be5f7

Browse files
committed
update REDIS_BUFFER env for a correct behaviour inside HA
If HA was using docker-compose and not a home made orchestrator like the supervisor, this would not be necessary anyway s6 can solve many problems....
1 parent 4b6fab1 commit 44be5f7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

emoncms_pre.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,4 @@ echo "upload_max_filesize=3G" >> $PHP_CONF/backup.ini
112112
echo "upload_tmp_dir=$EMONCMS_DATADIR/backup/uploads" >> $PHP_CONF/backup.ini
113113

114114
printf "$NEW_INSTALL" > /var/run/s6/container_environment/NEW_INSTALL
115+
printf "$REDIS_BUFFER" > /var/run/s6/container_environment/REDIS_BUFFER

0 commit comments

Comments
 (0)