Matrix Docker Ansible eploy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
139 B

  1. version: '3'
  2. services:
  3. nginx:
  4. image: local/nginx
  5. ports:
  6. - 40888:80
  7. volumes:
  8. - /matrix/static-files:/var/www/:ro