mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-06-27 03:37:51 +02:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user