Added a file for bind mounts
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
services:
|
||||
app:
|
||||
container_name: uptime-kuma
|
||||
image: louislam/uptime-kuma:latest
|
||||
ports:
|
||||
- ${UPTIME-KUMA_PORT}:3001
|
||||
volumes:
|
||||
- /home/${UPTIME-KUMA_USERNAME}/uptime-kuma/data:/app/data
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 512m
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user