Starfiresg1
Starfiresg1
``` version: '3.3' services: speedtest-tracker: container_name: speedtest-tracker ports: - ':8765:80' environment: - PUID=1000 - PGID=1000 - DB_CONNECTION=mysql - DB_HOST=mariadb - DB_PORT=3306 - DB_DATABASE= - DB_USERNAME= - DB_PASSWORD= - APP_KEY=base64: volumes:...
I've observed the same with Portainer 2.19.4 after updating to Docker 25.0.0 on Debian 12. Prior to the update of Docker the size column showed proper values - now it...
The current protection implemenation seems to basically support reading the protection from an existing file and restoring it when saving the file. Excel does not store the password itself but...