mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
Is Docker volume create and use as external volume in docker-compose to persist data is supported #2141
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#2141
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 @vairakkumaar-svs-hf on GitHub (Apr 25, 2023).
⚠️ Please verify that this bug has NOT been raised before.
🛡️ Security Policy
📝 Describe your problem
Readme states: ' Please use a local volume only. Other types such as NFS are not supported."
Is external volume to persist data supported, this will allow to down uptime-kuma and bring it back up. If not what is the best method to persist data.
`
Simple docker-compose.yml
You can change your port or volume location
version: '3.3'
services:
uptime-kuma:
image: louislam/uptime-kuma:1
container_name: uptime-kuma
volumes:
- uptime-kuma-data:/app/data
ports:
- 3001:3001 # :
restart: always
volumes:
uptime-kuma-data:
external: true
name: uptime-kuma-data
`
📝 Error Message(s) or Log
no error message
🐻 Uptime-Kuma Version
1.21.2
💻 Operating System and Arch
ubuntu 20.04
🌐 Browser
112.0.5615.137 (Official Build) (64-bit)
🐋 Docker Version
Docker version 20.10.14, build a224086
🟩 NodeJS Version
No response
@louislam commented on GitHub (Apr 26, 2023):
Yes, it is persistent. The message means that you should not use a network drive as the volume.
@github-actions[bot] commented on GitHub (Jul 25, 2023):
We are clearing up our old issues and your ticket has been open for 3 months with no activity. Remove stale label or comment or this will be closed in 2 days.
@github-actions[bot] commented on GitHub (Jul 27, 2023):
This issue was closed because it has been stalled for 2 days with no activity.