mirror of
https://github.com/louislam/dockge.git
synced 2024-11-24 03:44:03 +00:00
9 lines
163 B
YAML
9 lines
163 B
YAML
version: '3.8'
|
|
services:
|
|
uptime-kuma:
|
|
image: louislam/uptime-kuma:1
|
|
volumes:
|
|
- ./data:/app/data
|
|
ports:
|
|
- "3001:3001"
|
|
restart: always
|