matrix-docker-ansible-deploy/examples/haproxy/docker-compose.yml
2019-08-25 22:53:34 +03:00

9 lines
140 B
YAML

version: '3'
services:
neginx:
image: local/nginx
ports:
- 40888:80
volumes:
- /matrix/static-files:/var/www/:rw