Add docker
This commit is contained in:
parent
8d07221282
commit
a5b34f18e1
|
@ -6,7 +6,7 @@ services:
|
|||
container_name: uptime-kuma
|
||||
restart: always
|
||||
ports:
|
||||
- "${HOST}:4005:3000"
|
||||
- "${HOST}:4005:3001"
|
||||
volumes:
|
||||
- ${PWD}/data:/app/data
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
|
|
Loading…
Reference in New Issue