marineenergy / server

server software install using Docker
0 stars 0 forks source link

docker-compose nginx* volume mounts of www* to html not working #3

Closed bbest closed 2 years ago

bbest commented 3 years ago

Thanks for heads up. Ok, marineenergy.app is back online now.

My cache deceived me. The volume mapping of the default nginx html folder to the /share/github/www doesn't seem to be working as expected in docker-compose.yml, so symbolically linked ln -s /share/github/www /usr/share/nginx/html after renaming original nginx html folder to html_0. Did the same for www_dev to nginx-dev.

Figure this out in docker-compose.yml or add to README.md for post-install step.