Simpe docker-compose.yml

Simple docker-compose.yml
This commit is contained in:
rezzorix 2021-12-10 12:16:45 +08:00 committed by GitHub
parent 0d69b4426e
commit 3dab7d719f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

13
docker-compose.yml Normal file
View file

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