Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why not show docker-compose.yml in wiki, I see this file exit in previous git version #4311

Closed
2 tasks done
mobeicanyue opened this issue Jan 3, 2024 · 5 comments
Closed
2 tasks done
Labels
area:deployment related to how uptime kuma can be deployed area:documentation Improvements or additions to documentation help Stale

Comments

@mobeicanyue
Copy link
Contributor

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

  • I checked and didn't find similar issue

🛡️ Security Policy

📝 Describe your problem

https://github.com/louislam/uptime-kuma/blob/d286c534bd0d3cf07135d82b227e223ccc777eea/docker/docker-compose.yml

Why not show docker-compose.yml in wiki, I noticed that this file existed in a previous version of git.

I think it's more convenient to run docker server with docker-compose up -d

rather than docker run -d --restart=always -p 3001:3001 -v uptime-kuma:/app/data --name uptime-kuma louislam/uptime-kuma:1

📝 Error Message(s) or Log

No response

🐻 Uptime-Kuma Version

1.23.11

💻 Operating System and Arch

Debian

🌐 Browser

Edge 120

🐋 Docker Version

No response

🟩 NodeJS Version

No response

@chakflying
Copy link
Collaborator

Please reference #4289. The file has been moved, but the wiki has not been updated yet.

@mobeicanyue
Copy link
Contributor Author

Ok, thanks.

@CommanderStorm CommanderStorm reopened this Jan 3, 2024
@CommanderStorm CommanderStorm added area:documentation Improvements or additions to documentation area:deployment related to how uptime kuma can be deployed labels Jan 3, 2024
@mobeicanyue
Copy link
Contributor Author

mobeicanyue commented Jan 5, 2024

I aware that the new compose file is

volumes:
      - ./data:/app/data

but the docker run command is

-v uptime-kuma:/app/data

It's Incompatible

@CommanderStorm
Copy link
Collaborator

docker compose and docker being different should not matter to you.
Please consider using one and stick with it.

We will switch the docker run command when v2 gets released as discussed in #4289 (comment)

Copy link

github-actions bot commented Mar 6, 2024

We are clearing up our old help-issues and your issue has been open for 60 days with no activity.
If no comment is made and the stale label is not removed, this issue will be closed in 7 days.

@github-actions github-actions bot added the Stale label Mar 6, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:deployment related to how uptime kuma can be deployed area:documentation Improvements or additions to documentation help Stale
Projects
None yet
Development

No branches or pull requests

3 participants