docker-gitlab
docker-gitlab copied to clipboard
How to update env without restarting gitlab and apply to gitlab
How to update env without restarting gitlab and apply to gitlab
update gitlab env or gitlab.yml
gitlab-ctl reconfigure
?
If you mean to not to stop gitlab, the anser is "No".
If you mean to not to stop gitlab's container. restarting gitlab services in container using supervisorctl is your solution.
Try
docker exec -it your-gitlab-container /usr/bin/supervisorctl restart all
2021.09.09 fixed typo : use supervisorctl, not supervisord. Sorry for confusion.