Added volumes
This commit is contained in:
parent
337c3c9256
commit
65483178af
|
@ -23,4 +23,7 @@ services:
|
||||||
max_attempts: 3
|
max_attempts: 3
|
||||||
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