-
Notifications
You must be signed in to change notification settings - Fork 64
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-compose not working out of the box #19
Comments
Hello @luandro, check the path of your volumes you have set in the docker-compose.yml file :
you must have a file "./config/ojs.config.inc.php" in the directory where docker-compose.yml file is present, syntax for volumes is "the path on your hard-disk (could be a directory or a file)":"the path inside the docker image" |
@Potomac54 and @marcbria Thinking about @luandro 's problem, i think we should make this volumes path commented by default, we should always have an working docker-compose without changing anything. What you think guys? Thanks. |
yes it's a possibility, provide a docker-compose.yml where all volumes path will be commented, something which can make ojs "plug and play" by running "docker-compose up" command |
Full agree. But it's ok if we add "clues" about how to improve them... for instance, adding commented lines to give persistence to your volumes as we are doing with adminer. BTW, would be nice to "name" volumes. I will send you a PR as soon as I found time for it. |
"Out of the box" working docker-compose. Fix #19
Fix issue #19 - Default captcha font is not avaliable.
I may be missing something. But I basically cloned this repo, changed
.env
and randocker-compose up
.This is the error I get:
Any tips on how to get this working? Am I missing something?
Cheers!
The text was updated successfully, but these errors were encountered: