Volumes
This commit is contained in:
parent
3d15630851
commit
337c3c9256
|
@ -7,3 +7,6 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- '80:80'
|
- '80:80'
|
||||||
- '443:443'
|
- '443:443'
|
||||||
|
volumes:
|
||||||
|
- ../configs/node.conf:/etc/nginx/nginx.conf:ro
|
||||||
|
- ../content/index.html:/var/www/default/index.html
|
Loading…
Reference in New Issue