Hi all.
New here... I need to modify /home/rundeck/etc/framework.properties to set the url and such. However I'm running rundeck in a docker container and so any changes to those files would get clobbered when the container restarts.
I launch the container with:
sudo docker run --name rundeck \
-p 4440:4440 \
--network=host \
-v /home/shared/Containers/Rundeck:/home/rundeck/server/data \
rundeck/rundeck:5.13.0
Do I REALLY need to bind mount each configuration file in /home/rundeck? Or is there a better way to do this?
Hope that made sense,
Mike.