mirror of
https://github.com/driftywinds/driftywinds.git
synced 2025-12-18 18:23:16 +00:00
Create compose.yml
This commit is contained in:
10
docker-compose-files/uptime-kuma/compose.yml
Normal file
10
docker-compose-files/uptime-kuma/compose.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
uptime-kuma:
|
||||
image: louislam/uptime-kuma:1
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
ports:
|
||||
# <Host Port>:<Container Port>
|
||||
- 3001:3001
|
||||
restart: unless-stopped
|
||||
#external caddy auto handles SSL certs
|
||||
Reference in New Issue
Block a user