Update yaml to yml
This commit is contained in:
10
uptime-kuma/docker-compose.yml
Normal file
10
uptime-kuma/docker-compose.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
version: "3.8"
|
||||
services:
|
||||
uptime-kuma:
|
||||
image: "louislam/uptime-kuma:1.23.16"
|
||||
container_name: "uptime-kuma"
|
||||
volumes:
|
||||
- "${CONFIG_PATH}:/app/data"
|
||||
ports:
|
||||
- "${PORT}:3001"
|
||||
restart: "unless-stopped"
|
Reference in New Issue
Block a user