PKI #2
|
@ -24,3 +24,6 @@ services:
|
||||||
window: 120s
|
window: 120s
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "service", "nginx", "status"]
|
test: ["CMD", "service", "nginx", "status"]
|
||||||
|
volumes:
|
||||||
|
- ../configs/node.conf:/etc/nginx/nginx.conf:ro
|
||||||
|
- ../content/index.html:/var/www/default/index.html
|
Loading…
Reference in New Issue