Docker Compose #175

Closed
opened 2026-02-04 16:58:23 +03:00 by OVERLORD · 0 comments
Owner

Originally created by @oOStroudyOo on GitHub (Dec 15, 2024).

Originally assigned to: @michelroegl-brunner on GitHub.

Have you read and understood the above guidelines?

Yes

📜 What is the name of the script you are using?

Docker LXC

📂 What was the exact command used to execute the script?

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/docker.sh)"

📝 Provide a clear and concise description of the issue.

I'm no expert at coding so please correct me if I'm wrong.
Docker compose is being installed as default, even when selecting no.

The docker script looks to be using the Moby repo for Docker installs.
It looks like docker-compose was added that repo in version 20.10.13 as optional but now seems to be installed as default, making the follow up question for docker-compose irrelevant.

Should it be left as default and the docker-compose question removed?
Or try to remove docker-compose from the Docker install and keep the question and install as optional?

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

🔄 Steps to reproduce the issue.

Run bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/docker.sh)"

Answer No for the docker-compose install

On the LXC run docker compose version

Paste the full error output (if available).

No Errors.

🖼️ Additional context (optional).

Screenshot 2024-12-15 173155
image

Originally created by @oOStroudyOo on GitHub (Dec 15, 2024). Originally assigned to: @michelroegl-brunner on GitHub. ### ✅ Have you read and understood the above guidelines? Yes ### 📜 What is the name of the script you are using? Docker LXC ### 📂 What was the exact command used to execute the script? bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/docker.sh)" ### 📝 Provide a clear and concise description of the issue. I'm no expert at coding so please correct me if I'm wrong. Docker compose is being installed as default, even when selecting no. The docker script looks to be using the [Moby](https://github.com/moby/moby) repo for Docker installs. It looks like docker-compose was added that repo in version [20.10.13](https://github.com/moby/moby/releases/tag/v20.10.13) as optional but now seems to be installed as default, making the follow up question for docker-compose irrelevant. Should it be left as default and the docker-compose question removed? Or try to remove docker-compose from the Docker install and keep the question and install as optional? ### ⚙️ What settings are you using? - [ ] Default Settings - [X] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 🔄 Steps to reproduce the issue. Run `bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/docker.sh)"` Answer No for the docker-compose install On the LXC run `docker compose version` ### ❌ Paste the full error output (if available). No Errors. ### 🖼️ Additional context (optional). ![Screenshot 2024-12-15 173155](https://github.com/user-attachments/assets/c3fbef05-d144-4881-a896-36f880e5c212) ![image](https://github.com/user-attachments/assets/f7f514c7-4948-45c8-ae5e-cda4469dd581)
OVERLORD added the maintenance label 2026-02-04 16:58:23 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#175