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: Can't persist config folder #9096

Open
vpdevx opened this issue May 3, 2024 · 0 comments
Open

Docker: Can't persist config folder #9096

vpdevx opened this issue May 3, 2024 · 0 comments

Comments

@vpdevx
Copy link

vpdevx commented May 3, 2024

Note: Bug Reports not following this template may be closed without feedback.

Describe the bug
We're trying to deploy Rundeck using docker compose and persisting the content of /home/rundeck/server/config but when the container starts and the service is up, we can't login. It seems not to be creating some files that are required.
If we try to persist only the data content, it works fine.

My Rundeck detail

  • Rundeck version: Tested in 4.17.0, 4.16.0
  • install type: Docker
  • OS Name/version: Ubuntu
  • DB Type/version: H2

To Reproduce
Steps to reproduce the behavior:

  1. Try using the following compose file or just persist the /home/rundeck/server/config content:

`version: '3'

services:
rundeck:
image: rundeck/rundeck:4.17.0
tty: true
volumes:
- ./data:/home/rundeck/server/data
- ./config:/home/rundeck/server/config
ports:
- 4440:4440`

  1. Start the compose
  2. Try logging into the server
  3. See error

Expected behavior
Successful login

Additional context
PS: We've tried it in other SO and machines as well.

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