mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
[Enhancement] Add an example docker-compose.yml file to the docs #25
Labels
No labels
A:accessibility
A:api
A:cert-expiry
A:core
A:dashboard
A:deployment
A:documentation
A:domain expiry
A:incidents
A:maintenance
A:metrics
A:monitor
A:notifications
A:reports
A:settings
A:status-page
A:ui/ux
A:user-management
Stale
ai-slop
blocked
blocked-upstream
bug
cannot-reproduce
dependencies
discussion
duplicate
feature-request
feature-request
good first issue
hacktoberfest
help
help wanted
house keeping
invalid
invalid-format
invalid-format
question
releaseblocker 🚨
security
spam
type:enhance-existing
type:new
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/uptime-kuma#25
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ColaIan on GitHub (Jul 12, 2021).
as title :D
@TheGuyDanish commented on GitHub (Jul 12, 2021):
Is that really necessary? Uptime-Kuma runs in a single container without any database dependencies. I don't see the reason to user docker-compose for a small application like this.
@ColaIan commented on GitHub (Jul 12, 2021):
Hm 🤔I guess it might still be a good idea to have it as you would only need to run docker-compose up, which is more convenient than making a bash file with a docker run command, and imo docker-compose is easier to manage
@TheGuyDanish commented on GitHub (Jul 12, 2021):
Again, not sure why you'd really want to. The oneliner in the README is quite simple, but you can get the job done with:
@louislam commented on GitHub (Jul 19, 2021):
Added docker-compose.yml file in source code, but I think "docker run" is suitable for most users too.
@TheColetrain commented on GitHub (Nov 20, 2021):
thank you! because I am noobish! Nice for portainer.