mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-05 12:08:32 +00:00
10 lines
142 B
YAML
10 lines
142 B
YAML
---
|
|
version: '3'
|
|
services:
|
|
nginx:
|
|
image: local/nginx
|
|
ports:
|
|
- 40888:80
|
|
volumes:
|
|
- /matrix/static-files:/var/www/:ro
|