Add docker

This commit is contained in:
Gal 2024-01-03 01:09:33 +07:00
parent 8d07221282
commit a5b34f18e1
Signed by: gal
GPG Key ID: F035BC65003BC00B
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ services:
container_name: uptime-kuma container_name: uptime-kuma
restart: always restart: always
ports: ports:
- "${HOST}:4005:3000" - "${HOST}:4005:3001"
volumes: volumes:
- ${PWD}/data:/app/data - ${PWD}/data:/app/data
- /var/run/docker.sock:/var/run/docker.sock:ro - /var/run/docker.sock:/var/run/docker.sock:ro