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
Is your feature request related to a problem? Please describe.
I can't figure out how to install this. I feel like I've tried everything.
By brute-force trying everything (find -name "docker-compose*" | xargs -I{} docker compose -f {} up) I found that I can get some of them to boot up, but not function.
Describe the solution you'd like
A clear and concise description of how to install
What I've tried
Platform:
Debian 11.6, x86_64
Docker version 20.10.22, build 3a2c30b
Running ./template/docker-compose_postgres.yml:
Gives this error:
Running /images/14/debian/test/docker_test.sh:
Gives this error:
root@saffron:~/erp/docker-erpnext/images/14/debian/test# bash docker_test.sh
Waiting to ensure everything is fully ready for the tests...
Checking content of sites directory...
Apps and site are not initalized?!
ls: cannot access './sites': No such file or directory
I figured maybe I had the wrong dockerfile, so just to be sure, I tried the brute force approach:
There are instructions in the README (cf "running this image with docker-compose").
Though they it be improved, a few things I can already mention based on your description:
don't use the template directory, it is made to generate images directory, not to run docker images
version 14 isn't part of the repo master branch so I can only assume you generated it, meaning you cannot expect supporton that part
those images haven't been tested/updated in quite some time now so even there might be issues
since I don't work at Monogramm anymore and only sometimes review the Open Source repos, I cannot promise any fix
Can you try first with the instructions mentioned and with version 11?
Is your feature request related to a problem? Please describe.
I can't figure out how to install this. I feel like I've tried everything.
By brute-force trying everything (
find -name "docker-compose*" | xargs -I{} docker compose -f {} up
) I found that I can get some of them to boot up, but not function.Describe the solution you'd like
A clear and concise description of how to install
What I've tried
Platform:
Running
./template/docker-compose_postgres.yml
:Gives this error:
Expand log
Running
./images/14/debian/docker-compose_postgres.yml
:Gives this error:
Running
/images/14/debian/test/docker_test.sh
:Gives this error:
I figured maybe I had the wrong dockerfile, so just to be sure, I tried the brute force approach:
The first file seems to run, but doesn't work. (Shows 404 when you visit):
Expand log
Other files seem to alternate between not working and not starting, so I'm thinking this is user error?
The text was updated successfully, but these errors were encountered: