mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-10-10 16:46:17 +00:00
14 docker compose initial commit
This commit is contained in:
12
uptimekuma/docker-compose.yml
Normal file
12
uptimekuma/docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
version: '3.3'
|
||||
#https://github.com/louislam/uptime-kuma
|
||||
services:
|
||||
uptime-kuma:
|
||||
image: louislam/uptime-kuma:latest
|
||||
container_name: uptime-kuma
|
||||
volumes:
|
||||
- ./uptime-kuma-data:/app/data
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
ports:
|
||||
- 3001:3001
|
||||
restart: always
|
Reference in New Issue
Block a user