mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-25 15:54:03 +00:00
14 lines
270 B
YAML
14 lines
270 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
|
||
|
ports:
|
||
|
- "3001:3001" # <Host Port>:<Container Port>
|
||
|
- "3307:3306"
|
||
|
|