mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-10 06:18:38 +00:00
9 lines
140 B
YAML
9 lines
140 B
YAML
|
version: '3'
|
||
|
services:
|
||
|
neginx:
|
||
|
image: local/nginx
|
||
|
ports:
|
||
|
- 40888:80
|
||
|
volumes:
|
||
|
- /matrix/static-files:/var/www/:rw
|