nicbet / docker-phoenix

A dockerized Phoenix development and runtime environment.
GNU General Public License v3.0
277 stars 57 forks source link

Phoenix: [error] backend port not found: :inotifywait #1

Closed nicbet closed 7 years ago

nicbet commented 7 years ago

Phoenix complains with error

[error] backend port not found: :inotifywait

when starting the server with docker-compose up and accessing the root URL with a browser. It appears that for Linux users, inotifywait is a separate dependency according to a footnote on the Phoenix documentation wiki (http://www.phoenixframework.org/docs/installation).