Open pksorensen opened 4 months ago
cat /www/yourls/user/config.php yields define( 'YOURLS_HOURS_OFFSET', +0000 | sed "s|0||g") ); which make sense in terms of the error.
cat /www/yourls/user/config.php
define( 'YOURLS_HOURS_OFFSET', +0000 | sed "s|0||g") );
Looks like this is the source:
https://github.com/tiredofit/docker-yourls/blob/main/install/etc/cont-init.d/30-yourls#L46
Thanks! 3.0.7 should resolve..
3.0.7
cat /www/yourls/user/config.php
yieldsdefine( 'YOURLS_HOURS_OFFSET', +0000 | sed "s|0||g") );
which make sense in terms of the error.Looks like this is the source:
https://github.com/tiredofit/docker-yourls/blob/main/install/etc/cont-init.d/30-yourls#L46