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

This commit is contained in:
muccid
2019-08-26 09:04:47 +03:00
parent 7f0b52e9e1
commit 2793e24b5b
4 changed files with 6 additions and 7 deletions

View File

@ -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