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

there is no /srv/mantis/config/config_inc.php #2

Open
James6xie opened this issue Oct 31, 2018 · 6 comments
Open

there is no /srv/mantis/config/config_inc.php #2

James6xie opened this issue Oct 31, 2018 · 6 comments

Comments

@James6xie
Copy link

Hi there is no /srv/mantis/config/config_inc.php, maybe we need copy it from /var/www/html ? or create a config_inc.php

@thib1984
Copy link

thib1984 commented Nov 17, 2018

Hello,

a little mistake is present in the 'Example docker-compose.yml'.

volumes:
- /srv/mantis/config:/var/lib/www/html/config
- /srv/mantis/custom:/var/lib/www/html/custom

should be

volumes:
- /srv/mantis/config:/var/www/html/config
- /srv/mantis/custom:/var/www/html/custom

@XelaRellum
Copy link
Contributor

XelaRellum commented Jan 4, 2019

Hello,

a little mistake is present in the 'Example docker-compose.yml'.

volumes:

  • /srv/mantis/config:/var/lib/www/html/config
  • /srv/mantis/custom:/var/lib/www/html/custom

should be

volumes:

  • /srv/mantis/config:/var/www/html/config
  • /srv/mantis/custom:/var/www/html/custom

This is unrelated to the issue of the original poster, but I have fixed the paths.

@XelaRellum
Copy link
Contributor

Hi there is no /srv/mantis/config/config_inc.php, maybe we need copy it from /var/www/html ? or create a config_inc.php

I would think this will be generated when running install.php. Have you checked this?

@Fruchtgummi
Copy link

with

/srv/mantis/config:/var/www/html/config
/srv/mantis/custom:/var/www/html/custom

image
and no config_inc.php file on /srv/mantis/config

with

/srv/mantis/config:/var/lib/www/html/config
/srv/mantis/custom:/var/lib/www/html/custom

mantis is running, but no config_inc.php file on /srv/mantis/config

?

@Fruchtgummi
Copy link

a way is

i install on /srv/mantis/config:/var/lib/www/html/config copy config to host /srv/mantis/config

then

shut down container and set the version with /srv/mantis/config:/var/www/html/config up

run

@XelaRellum
Copy link
Contributor

I think the problem is the access rights of the config directory.

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

4 participants