-
Notifications
You must be signed in to change notification settings - Fork 75
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
how to make data volume persistent? #2
Comments
It's been quite a while since you post this @kamilmirza |
Any update on this issue? |
Hi there, |
update entry point
as in official documentation, I am adding host folders to following:
when I try to add my host folders, the container does not build WAR file and it stay there
here's the docker log: docker.log
but when I run the docker command WITHOUT volumes, it works fine
here's my docker command:
docker run -it \
--name axelor \
-p 8080:80 \
-v /axelor/log/tomcat:/var/log/tomcat \
-v /axelor/log/postgresql/:/var/log/postgresql \
-v /axelor/lib/tomcat:/var/lib/tomcat \
-v /axelor/lib/postgresql/:/var/lib/postgresql \
axelor/aio-erp
The text was updated successfully, but these errors were encountered: