Skip to content

temp conversion C <-> K off by 0.01 #1486

Open
@hulumibuna

Description

Describe the bug

0C is 273.15K, not 273.14K as displayed by default on my local docker install

What happened?

A bug happened!

System information

version: '3.9'
services:
it-tools:
image: 'corentinth/it-tools:latest' # The Docker image to use.
ports:
- '8888:80' # Maps port 80 inside the container to port 8080 on the host.
restart: unless-stopped # Ensures the container restarts unless it is explicitly stopped.
container_name: it-tools # Custom name for the container.

Running on updated AlpineLinux docker server, self hosted on local proxmox server

Where did you encounter the bug?

Other (installations, docker, etc.)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

bugSomething isn't workingtriage

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions