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