move dockerfile, docker-compose.yml to docker folder

This commit is contained in:
Louis Lam
2021-10-13 02:32:02 +08:00
parent 911d4ea37b
commit 11c3c636e0
4 changed files with 4 additions and 5 deletions

13
docker/docker-compose.yml Normal file
View File

@@ -0,0 +1,13 @@
# Simple docker-composer.yml
# You can change your port or volume location
version: '3.3'
services:
uptime-kuma:
image: louislam/uptime-kuma
container_name: uptime-kuma
volumes:
- ./uptime-kuma:/app/data
ports:
- 3001:3001