Volumes
This commit is contained in:
parent
3d15630851
commit
337c3c9256
|
@ -6,4 +6,7 @@ services:
|
|||
image: nginx:latest
|
||||
ports:
|
||||
- '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