leycloud/uptime-kuma.yml hinzugefügt
This commit is contained in:
parent
cdd3ef80b7
commit
075e56855b
|
|
@ -0,0 +1,10 @@
|
|||
version: "3.3"
|
||||
services:
|
||||
uptime-kuma:
|
||||
image: louislam/uptime-kuma:2
|
||||
container_name: uptime-kuma
|
||||
volumes:
|
||||
- /home/florian/docker/uptime-kuma:/app/data
|
||||
ports:
|
||||
- "3001:3001" # Intern für NPM
|
||||
restart: unless-stopped
|
||||
Loading…
Reference in New Issue