-
-
Couldn't load subscription status.
- Fork 167
Open
Labels
needs reviewA maintainer needs to look at this issue stillA maintainer needs to look at this issue stillquestionFurther information is requestedFurther information is requested
Description
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
- 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
- start docker compose
- 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
Labels
needs reviewA maintainer needs to look at this issue stillA maintainer needs to look at this issue stillquestionFurther information is requestedFurther information is requested