louislam / dockge

A fancy, easy-to-use and reactive self-hosted docker compose.yaml stack-oriented manager
https://dockge.kuma.pet
MIT License
13.2k stars 376 forks source link

Follow the How to Install, it can't install on ubuntu24.04 #651

Closed ltbyun closed 3 weeks ago

ltbyun commented 3 weeks ago

⚠️ Please verify that this bug has NOT been reported before.

🛡️ Security Policy

Description

no configuration file provided: not found

👟 Reproduction steps

# Create directories that store your stacks and stores Dockge's stack
sudo mkdir -p /opt/stacks /opt/dockge
cd /opt/dockge

# Download the compose.yaml
sudo curl https://raw.githubusercontent.com/louislam/dockge/master/compose.yaml --output compose.yaml

# Start the server
sudo docker compose up -d

# If you are using docker-compose V1 or Podman
# docker-compose up -d

👀 Expected behavior

docker compose up -d works

😓 Actual Behavior

it can't find the config file

Dockge Version

latest

💻 Operating System and Arch

Ubuntu24.04 x64

🌐 Browser

Edge

🐋 Docker Version

24.0.5

🟩 NodeJS Version

No response

📝 Relevant log output

No response