Merge pull request #28 from yatadev/master

Create docker-compose.yml
This commit is contained in:
Louis Lam 2021-07-13 10:21:21 +08:00 committed by GitHub
commit 3e4cdbecf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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