movim / movim_docker

Official Docker Compose stack for Movim, maintained by @kawaii and the @movim team
https://movim.eu/
GNU Affero General Public License v3.0
79 stars 29 forks source link

Fix nginx proxy configuration #22

Closed wstucco closed 1 year ago

wstucco commented 5 years ago

nginx container in the example docker-compose.yml file is misconfigured and the application don't work correctly.

movim container already runs a php-fpm instance, forward the requests for PHP files to it.

websocket requests are forwarded to movim server runnning on port 8080 inside movim container.