You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If one has to modify something in /var/www/html , e.g. in docker-compose or an other Dockerfile which uses the ontowiki container, this would have no effect because the VOLUME "seals" this directory!
It is better to define the Volume in docker-compose.yml
Hi,
you use 'Volume' in the Dockerfile
https://github.com/Dockerizing/OntoWiki/blob/master/Dockerfile
175f8eb
If one has to modify something in /var/www/html , e.g. in docker-compose or an other Dockerfile which uses the ontowiki container, this would have no effect because the VOLUME "seals" this directory!
It is better to define the Volume in docker-compose.yml
Regards,
Sebastian
The text was updated successfully, but these errors were encountered: