add Git stuff
This commit is contained in:
9
uptimekuma/docker-compose.yml
Normal file
9
uptimekuma/docker-compose.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
uptime-kuma:
|
||||
image: 'louislam/uptime-kuma:latest'
|
||||
container_name: uptime-kuma
|
||||
volumes:
|
||||
- /home/soenke/docker-data/uptimekuma/data:/app/data
|
||||
ports:
|
||||
- '8030:3001'
|
||||
restart: always
|
||||
Reference in New Issue
Block a user