This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############ Until Version 15.5.1 ################ | |
############ REPLACE app/models/enterprise_token.rb in the source code with this file! ################ | |
############ From Version 16.0.0 ################ | |
############ Add this line in docker-compose file. This needs to go in the same volumes section as ################ | |
############ the /data volumes. NOT in the /db part. ################ | |
############ volumes: ################ | |
############ - /mnt/data/openproject/enterprise_token.rb:/app/app/models/enterprise_token.rb:ro ################ | |
############ For both ################ | |
############ also be sure to RESTART OpenProject after replacing the file. |