Jump to content

Not liam

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by Not liam

  1. 13 hours ago, primeval_god said:

    First and foremost I would remove the compose manager plugin and whatever you previously used to install compose then restart your server to make sure not traces of compose are left. Then try re-installing the compose manager plugin. How were you installing compose previously by the way? And what version of unRAID are you running?

    i have fixed it by modifing the defult install comand then installing the docker compose plugin again

     

    defult : "curl -SL https://github.com/docker/compose/releases/download/v2.7.0/docker-compose-linux-x86_64 -o $DOCKER_CONFIG/cli-plugins/docker-compose" ,  "chmod +x $DOCKER_CONFIG/cli-plugins/docker-compose"

     

    simple modifcation to diretorys : "curl -SL https://github.com/docker/compose/releases/download/v2.9.0/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose" ,  "chmod +x /usr/local/bin/docker-compose"

     

    the v2.9.0 inside the curl you can modify to curent vertion

  2. im having an isue with docker copose.

    i had prviously installed a old vertion witch worked but no with the compose file so then i found out about this plugin and now its broken. ive tryed to uninstall and re-install multipel times witch proberly is doing be no favours.

    when i typen both docker-compose vertion and without the dash i get not reconised docker comand with the plugin installed.

    if any one has any ideas that would be grately apretiated. 

    image.png

    Screenshot 2022-08-15 091840.png

×
×
  • Create New...