docker compose up -d: unknown shorthand flag: 'd' in -d #8678
Replies: 3 comments 2 replies
-
Okay, I'm starting figuring out. I also need to install "docker-compose"
Then I see this $ docker compose up -d
WARN[0000] The "UID" variable is not set. Defaulting to a blank string.
WARN[0000] The "GID" variable is not set. Defaulting to a blank string.
WARN[0000] The "UID" variable is not set. Defaulting to a blank string.
WARN[0000] The "GID" variable is not set. Defaulting to a blank string.
WARN[0000] The "UID" variable is not set. Defaulting to a blank string.
WARN[0000] The "GID" variable is not set. Defaulting to a blank string.
unable to get image 'mongo': permission denied while trying to connect to the Docker daemon sck/v1.51/images/mongo/json": dial unix /var/run/docker.sock: connect: permission denied This issue I've already encountered, I need to add my user into a group sudo usermod -a -G docker $USER Then reboot/relogin It's installing, hope for the best $ docker compose up -d
WARN[0000] The "UID" variable is not set. Defaulting to a blank string.
WARN[0000] The "GID" variable is not set. Defaulting to a blank string.
WARN[0000] The "UID" variable is not set. Defaulting to a blank string.
WARN[0000] The "GID" variable is not set. Defaulting to a blank string.
WARN[0000] The "UID" variable is not set. Defaulting to a blank string.
WARN[0000] The "GID" variable is not set. Defaulting to a blank string.
[+] Running 28/55
⠇ vectordb [⣿⣿⣿⣿⣿⣿⣿⣿⠀⣿⠀⠀⠀⠀⠀] Pulling 48.9s
⠇ api [⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿] 289.7MB / 290.5MB Pulling 48.9s
⠇ mongodb [⠀⠀⠀⠀⠀⠀⠀⠀] Pulling 48.9s
⠇ meilisearch [⠀⠀⠀⠀⠀⠀] Pulling 48.9s
⠇ rag_api [⣿⣿⣿⣿⣿⣿⣿⣀⣿⣿] 270.9MB / 463.3MB Pulling 48.9s Wow, it works 😮💨 |
Beta Was this translation helpful? Give feedback.
-
Btw, maybe you should mention this in the guide? |
Beta Was this translation helpful? Give feedback.
-
The guide doesn't mention how to install docker as "prerequisite," but you should install the latest version of docker, where danny:~/LibreChat$ docker compose up -d
WARN[0000] The "UID" variable is not set. Defaulting to a blank string.
WARN[0000] The "GID" variable is not set. Defaulting to a blank string.
WARN[0000] The "UID" variable is not set. Defaulting to a blank string.
WARN[0000] The "GID" variable is not set. Defaulting to a blank string.
WARN[0000] The "UID" variable is not set. Defaulting to a blank string.
WARN[0000] The "GID" variable is not set. Defaulting to a blank string.
WARN[0000] Found orphan containers ([LibreChat-NGINX]) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up.
[+] Running 3/4
✔ Container chat-meilisearch Created 0.0s
✔ Container vectordb Running 0.0s
⠸ Container rag_api Recreate 3.4s
✔ Container chat-mongodb Created Feel free to improve the docs here: https://github.com/LibreChat-AI/librechat.ai/blob/main/pages/docs/local/docker.mdx Or list a github issue in that repo as feedback. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm following the quickstart guide with docker, and of course it doesn't work. I always have problems with docker
This specific problem is the strangest I've seen
There is literally nothing in the entire Internet on this Docker error. It should be there if it's a feature from a new version or similar
Docker doesn't stop surprising me how anti-userfriendly it is in spite of everybody says the opposite 🤦🏻♀️
Beta Was this translation helpful? Give feedback.
All reactions