You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)
The text was updated successfully, but these errors were encountered:
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.)
The text was updated successfully, but these errors were encountered: