Originally created by @Clutch152 on GitHub (Jan 19, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/83

@oschwartz10612 commented on GitHub (Jan 20, 2025):
Hi!
I was not able to reproduce this with the latest installer. Did you have Docker installed manually before using the installer?
Can you let me know what version of docker you are using?
<!-- gh-comment-id:2601397607 -->
@oschwartz10612 commented on GitHub (Jan 20, 2025):
Hi!
I was not able to reproduce this with the latest installer. Did you have Docker installed manually before using the installer?
Can you let me know what version of docker you are using?
<!-- gh-comment-id:2605853023 -->
@WhatDash commented on GitHub (Jan 21, 2025):
Hello,
I am having the same issue.

@oschwartz10612 commented on GitHub (Jan 22, 2025):
Hello,
I am having the same issue.
What OS are you on?
<!-- gh-comment-id:2606371206 -->
@oschwartz10612 commented on GitHub (Jan 22, 2025):
> Hello,
>
> I am having the same issue.
>
> 
What OS are you on?
I had the same problem. But after finishing the script, you can use "docker-compose up -d" because it automatically uses the existing "docker-compose.yml" configuration file.
in my case, i had docker and docker-compose already installed.
<!-- gh-comment-id:2606434660 -->
@m0nji commented on GitHub (Jan 22, 2025):
I had the same problem. But after finishing the script, you can use "docker-compose up -d" because it automatically uses the existing "docker-compose.yml" configuration file.

in my case, i had docker and docker-compose already installed.
@oschwartz10612 commented on GitHub (Jan 22, 2025):
Thanks I will try to reproduce this today. I bet its because you had docker installed before but the script is supposed to support that.
We install the newer version of docker and compose where there is no - in the command so I wonder if that has to do with it. Should be a pretty easy fix to support both commands...
<!-- gh-comment-id:2607509435 -->
@oschwartz10612 commented on GitHub (Jan 22, 2025):
Thanks I will try to reproduce this today. I bet its because you had docker installed before but the script is supposed to support that.
We install the newer version of docker and compose where there is no - in the command so I wonder if that has to do with it. Should be a pretty easy fix to support both commands...
I also previously had docker installed running "docker-compose up -d" how ever did not work for me.
<!-- gh-comment-id:2607693306 -->
@WhatDash commented on GitHub (Jan 22, 2025):
> > Hello,
> > I am having the same issue.
> > 
>
> What OS are you on?
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=24.04
DISTRIB_CODENAME=noble
DISTRIB_DESCRIPTION="Ubuntu 24.04.1 LTS"
I also previously had docker installed running "docker-compose up -d" how ever did not work for me.
I was not able to reproduce this with the latest installer. Did you have Docker installed manually before using the installer?
Can you let me know what version of docker you are using?
Docker version 24.0.7, build 24.0.7-0ubuntu2~20.04.1
<!-- gh-comment-id:2614684944 -->
@Clutch152 commented on GitHub (Jan 27, 2025):
> Hi!
>
> I was not able to reproduce this with the latest installer. Did you have Docker installed manually before using the installer?
>
> Can you let me know what version of docker you are using?
Docker version 24.0.7, build 24.0.7-0ubuntu2~20.04.1
When I ran docker-compose up -d I had error for missing dependencies. After some troubleshooting I removed legacy docker-compose and installed the new docker compose.
Then running 'docker compose up -d' fixed the issue for me
<!-- gh-comment-id:2614699579 -->
@WhatDash commented on GitHub (Jan 27, 2025):
When I ran docker-compose up -d I had error for missing dependencies. After some troubleshooting I removed legacy docker-compose and installed the new docker compose.
Then running 'docker compose up -d' fixed the issue for me
@sickchilldownloads commented on GitHub (Jan 27, 2025):
OS:
Docker version 24.0.7, build 24.0.7-0ubuntu2~20.04.1
Trying to run the docker-compose.yml:
<!-- gh-comment-id:2615501936 -->
@sickchilldownloads commented on GitHub (Jan 27, 2025):

OS:

Docker version 24.0.7, build 24.0.7-0ubuntu2~20.04.1
Trying to run the docker-compose.yml:

Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @Clutch152 on GitHub (Jan 19, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/83
@oschwartz10612 commented on GitHub (Jan 20, 2025):
Hi!
I was not able to reproduce this with the latest installer. Did you have Docker installed manually before using the installer?
Can you let me know what version of docker you are using?
@WhatDash commented on GitHub (Jan 21, 2025):
Hello,
I am having the same issue.
@oschwartz10612 commented on GitHub (Jan 22, 2025):
What OS are you on?
@m0nji commented on GitHub (Jan 22, 2025):
I had the same problem. But after finishing the script, you can use "docker-compose up -d" because it automatically uses the existing "docker-compose.yml" configuration file.
in my case, i had docker and docker-compose already installed.
@oschwartz10612 commented on GitHub (Jan 22, 2025):
Thanks I will try to reproduce this today. I bet its because you had docker installed before but the script is supposed to support that.
We install the newer version of docker and compose where there is no - in the command so I wonder if that has to do with it. Should be a pretty easy fix to support both commands...
@WhatDash commented on GitHub (Jan 22, 2025):
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=24.04
DISTRIB_CODENAME=noble
DISTRIB_DESCRIPTION="Ubuntu 24.04.1 LTS"
I also previously had docker installed running "docker-compose up -d" how ever did not work for me.
@Clutch152 commented on GitHub (Jan 27, 2025):
Docker version 24.0.7, build 24.0.7-0ubuntu2~20.04.1
@WhatDash commented on GitHub (Jan 27, 2025):
When I ran docker-compose up -d I had error for missing dependencies. After some troubleshooting I removed legacy docker-compose and installed the new docker compose.
Then running 'docker compose up -d' fixed the issue for me
@sickchilldownloads commented on GitHub (Jan 27, 2025):
OS:

Docker version 24.0.7, build 24.0.7-0ubuntu2~20.04.1
Trying to run the docker-compose.yml: