Addresses comments in PR. Fixes typo in docker-compose. Changes mount of static files to RO. Adds example and brief explaination for haproxy certificates. Fixes whitespaces in nginx.conf
parent
7f0b52e9e1
commit
2793e24b5b
@ -1,8 +1,8 @@
|
||||
version: '3'
|
||||
services:
|
||||
neginx:
|
||||
nginx:
|
||||
image: local/nginx
|
||||
ports:
|
||||
- 40888:80
|
||||
volumes:
|
||||
- /matrix/static-files:/var/www/:rw
|
||||
- /matrix/static-files:/var/www/:ro
|
||||
|
Loading…
Reference in new issue