We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16d6de9 commit 9939780Copy full SHA for 9939780
docker-compose.yml
@@ -15,7 +15,9 @@ services:
15
ports:
16
- "3000:3000"
17
environment:
18
- REDMINE_SECRET_KEY_BASE: supersecretkey
+ # Workaround: Remove secret for Rails 7.2 so it will be generated automatically
19
+ # @see https://github.com/docker-library/redmine/issues/349#issuecomment-2516634932
20
+ # REDMINE_SECRET_KEY_BASE: supersecretkey
21
REDMINE_PLUGINS_MIGRATE: true
22
volumes:
23
- ./.docker/redmine-dev_data/files:/usr/src/redmine/files
0 commit comments