Create docker-compose.yml

This commit is contained in:
yatadev 2021-07-12 18:23:38 +02:00 committed by GitHub
parent 11a2adcb7c
commit 8debce82b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

12
docker-compose.yml Normal file
View File

@ -0,0 +1,12 @@
version: '3.3'
services:
uptime-kuma:
image: louislam/uptime-kuma
container_name: uptime-kuma
volumes:
- ./uptime-kuma:/app/data
ports:
- 3001:3001
networks:
- traefik-network