Skip to content

Commit 9939780

Browse files
committed
Workaround to fix bug with secret in Rails 7.2
1 parent 16d6de9 commit 9939780

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docker-compose.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ services:
1515
ports:
1616
- "3000:3000"
1717
environment:
18-
REDMINE_SECRET_KEY_BASE: supersecretkey
18+
# 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
1921
REDMINE_PLUGINS_MIGRATE: true
2022
volumes:
2123
- ./.docker/redmine-dev_data/files:/usr/src/redmine/files

0 commit comments

Comments
 (0)