[BUG] docker error #2366
Replies: 12 comments
-
|
This warning usually means PHP received the literal string "TZ" as the timezone instead of a valid timezone value. As well your |
Beta Was this translation helpful? Give feedback.
-
|
How do I generate a proper key? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
The |
Beta Was this translation helpful? Give feedback.
-
|
services: |
Beta Was this translation helpful? Give feedback.
-
|
How is markdown working? |
Beta Was this translation helpful? Give feedback.
-
|
Select your text and click the Dont forget to set the |
Beta Was this translation helpful? Give feedback.
-
|
Still same error. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
Did you remove the volume and recreated the docker? |
Beta Was this translation helpful? Give feedback.
-
|
Yes. Same issue. using keys found in /config/keys |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Pre-work
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
services:
speedtest-tracker:
image: lscr.io/linuxserver/speedtest-tracker:latest
container_name: speedtest-tracker
environment:
volumes:
ports:
restart: unless-stopped
Deployment Environment
Docker Compose
Application Information
What browser(s) are you seeing the problem on?
Safari/ Firefox
Logs
Beta Was this translation helpful? Give feedback.
All reactions