Add docker
This commit is contained in:
parent
8d07221282
commit
a5b34f18e1
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue