Open
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