cloudcmd icon indicating copy to clipboard operation
cloudcmd copied to clipboard

No such image: coderaiser/cloudcmd:latest

Open rodrigohess opened this issue 1 year ago • 3 comments

Hello I am receiveing the message "No such image: coderaiser/cloudcmd:latest" after rebooting my server

Captura

Nothing has changed in my setup

version: "3.8" services: cloudcmd: image: coderaiser/cloudcmd volumes: - /:/mnt/fs
environment: - PUID=1000 # The UID to run emby as (default: 2) - PGID=100 # The GID to run emby as (default 2) - CLOUDCMD_USERNAME=**** - CLOUDCMD_PASSWORD=**** - CLOUDCMD_AUTH=**** ports: - 8008:8000 restart: always

Please advice

thanks

rodrigohess avatar Feb 11 '24 16:02 rodrigohess

That is strange https://hub.docker.com/r/coderaiser/cloudcmd/tags

coderaiser avatar Feb 11 '24 19:02 coderaiser

Now it worked....weird !

Is it possible to change the colors of cloudcmd?

Thanks

rodrigohess avatar Feb 11 '24 19:02 rodrigohess

Yes, here is examples https://github.com/cloudcmd/theme

coderaiser avatar Feb 12 '24 06:02 coderaiser