Docker LXC docker compose install error #1522

Closed
opened 2026-02-05 01:25:45 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @DmitryNefedov on GitHub (Aug 24, 2025).

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 "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/docker.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📝 Provide a clear and concise description of the issue.

Trying to install Docker Compose v2 fails with curl error

However, after the fail, i ssh'd to the container and it shows

docker-compose-plugin is already the newest version (2.39.1-1debian.12bookworm).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

🔄 Steps to reproduce the issue.

  1. Run the install script
  2. choose y for docker compose v2 plugin

Paste the full error output (if available).

✔️ Installed Docker v28.3.3
Install Docker Compose v2 plugin? <y/N> y
⠴ Installing Docker Compose https://api.github.com/repos/docker/compose/releases/238647190curl: (22) The requested URL returned error: 404
⠇ Installing Docker Compose https://api.github.com/repos/docker/compose/releases/238647190
[ERROR] in line 36: exit code 0: while executing command curl -fsSL "https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_LATEST_VERSION}/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/lib/docker/cli-plugins/docker-compose
⠼ Installing Docker Compose https://api.github.com/repos/docker/compose/releases/238647190
[ERROR] in line 1353: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/${var_install}.sh)"

🖼️ Additional context (optional).

Only advanced settings were to use privileged container and bump up CPU/RAM/disk

Originally created by @DmitryNefedov on GitHub (Aug 24, 2025). ### ✅ 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 "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/docker.sh)" ### ⚙️ What settings are you using? - [ ] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📝 Provide a clear and concise description of the issue. Trying to install Docker Compose v2 fails with curl error However, after the fail, i ssh'd to the container and it shows >docker-compose-plugin is already the newest version (2.39.1-1~debian.12~bookworm). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. ### 🔄 Steps to reproduce the issue. 1. Run the install script 2. choose y for docker compose v2 plugin ### ❌ Paste the full error output (if available). ✔️ Installed Docker v28.3.3 Install Docker Compose v2 plugin? <y/N> y ⠴ Installing Docker Compose https://api.github.com/repos/docker/compose/releases/238647190curl: (22) The requested URL returned error: 404 ⠇ Installing Docker Compose https://api.github.com/repos/docker/compose/releases/238647190 [ERROR] in line 36: exit code 0: while executing command curl -fsSL "https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_LATEST_VERSION}/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/lib/docker/cli-plugins/docker-compose ⠼ Installing Docker Compose https://api.github.com/repos/docker/compose/releases/238647190 [ERROR] in line 1353: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/${var_install}.sh)" ### 🖼️ Additional context (optional). Only advanced settings were to use privileged container and bump up CPU/RAM/disk
OVERLORD added the not a script issue label 2026-02-05 01:25:45 +03:00
Author
Owner

@MickLesk commented on GitHub (Aug 24, 2025):

GitHub API redirect 404 for you. Maybe API Limit or AdBlock

@MickLesk commented on GitHub (Aug 24, 2025): GitHub API redirect 404 for you. Maybe API Limit or AdBlock
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1522