mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-09 23:24:07 -08:00
15 lines
293 B
YAML
15 lines
293 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
uptime-kuma:
|
|
container_name: uptime-kuma-dev
|
|
image: louislam/uptime-kuma:nightly2
|
|
volumes:
|
|
#- ./data:/app/data
|
|
- ../server:/app/server
|
|
- ../db:/app/db
|
|
ports:
|
|
- "3001:3001" # <Host Port>:<Container Port>
|
|
- "3307:3306"
|
|
|