This commit is contained in:
Louis Lam
2024-10-30 01:07:47 +08:00
parent 0254e72177
commit 3cd537808f
2 changed files with 5 additions and 5 deletions

View File

@@ -1,9 +1,9 @@
services:
uptime-kuma:
image: louislam/uptime-kuma:1
image: louislam/uptime-kuma:2
restart: unless-stopped
volumes:
- ./data:/app/data
ports:
# <Host Port>:<Container Port>
- 3001:3001
restart: unless-stopped
- "3001:3001"