Skip to content

[BUG] docker error #2364

@BulldozerPete

Description

@BulldozerPete

Pre-work

  • I have read the docs.
  • I have searched open and closed issues.
  • I agree to follow this project's Code of Conduct.

Description

When starting speediest-tracker container log shows this error:

using keys found in /config/keys
PHP: syntax error, unexpected '=' in /config/php/php-local.ini on line 3
PHP Warning: PHP Startup: Invalid date.timezone value 'TZ', using 'UTC' instead in Unknown on line 0

Expected Behavior

speediest-tracker container starts without error

Steps to Reproduce

  1. create docker compose:
    services:
    speedtest-tracker:
    image: lscr.io/linuxserver/speedtest-tracker:latest
    container_name: speedtest-tracker
    environment:
  • PUID=1000
  • PGID=1000
  • TZ=Etc/UTC
  • APP_KEY=3+ZKskxNL16aP0mzv3K3a1pt/edUWW0lQmuyKtPZCLc=
  • APP_URL=
  • DB_CONNECTION=sqlite
  • SPEEDTEST_SCHEDULE=
  • SPEEDTEST_SERVERS=
  • DB_HOST= #optional
  • DB_PORT= #optional
  • DB_DATABASE= #optional
  • DB_USERNAME= #optional
  • DB_PASSWORD= #optional
  • DISPLAY_TIMEZONE=Etc/UTC #optional
  • PRUNE_RESULTS_OLDER_THAN=0 #optional
    volumes:
  • /mnt/speedtest/data:/config
    ports:
  • 8081:80
    restart: unless-stopped
  1. start docker compose
  2. See logs

Deployment Environment

Docker Compose

Application Information

root@9cb4b3698fc7:/# php artisan about --json
PHP:  syntax error, unexpected '=' in /config/php/php-local.ini on line 3
PHP Warning:  PHP Startup: Invalid date.timezone value 'TZ', using 'UTC' instead in Unknown on line 0
Could not open input file: artisan
root@9cb4b3698fc7:/#

What browser(s) are you seeing the problem on?

Safari/ Firefox

Logs

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs reviewA maintainer needs to look at this issue stillquestionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions