docker compose datei erstellt
This commit is contained in:
parent
5107a56694
commit
507e0b53c5
|
@ -0,0 +1,10 @@
|
|||
version: '3.1'
|
||||
|
||||
services:
|
||||
|
||||
app:
|
||||
image: louislam/uptime-kuma:1
|
||||
container_name: uptime-kuma
|
||||
restart: always
|
||||
volumes:
|
||||
- /home/docker/data/uptime-kuma:/app/data
|
Loading…
Reference in New Issue