Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker Volume #2

Open
SebStaeubert opened this issue Feb 4, 2019 · 0 comments
Open

Docker Volume #2

SebStaeubert opened this issue Feb 4, 2019 · 0 comments

Comments

@SebStaeubert
Copy link

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

  ontowiki:
    build: ./ontowiki
    volumes:
      - /var/www/html
    links:
      - virtuoso

Regards,
Sebastian

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant