.
This commit is contained in:
12
docker-compose/docker-compose-uptimekuma.yml
Normal file
12
docker-compose/docker-compose-uptimekuma.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
uptime-kuma:
|
||||
container_name: uptime-kuma-dev
|
||||
image: louislam/uptime-kuma:latest
|
||||
volumes:
|
||||
#- ./data:/app/data
|
||||
|
||||
- /data/compose/kuma/data:/app/data
|
||||
ports:
|
||||
- "3001:3001" # <Host Port>:<Container Port>
|
||||
Reference in New Issue
Block a user