Initial configuration
This commit is contained in:
15
uptime-kuma/docker-compose.yml
Normal file
15
uptime-kuma/docker-compose.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
services:
|
||||
uptime-kuma:
|
||||
image: louislam/uptime-kuma:1
|
||||
container_name: uptime-kuma
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- data:/app/data
|
||||
|
||||
volumes:
|
||||
data:
|
||||
|
||||
networks:
|
||||
default:
|
||||
name: proxy
|
||||
external: true
|
Reference in New Issue
Block a user