mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-06 00:22:42 -05:00
[GH-ISSUE #83] Unknown shorthand flag 'f' in -f #3218
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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: