Skip to content

fix: honor explicit restart: false in dokku_config#383

Merged
josegonzalez merged 1 commit into
mainfrom
308-bug-dokku-config-restart-false-is-silently-overridden-to-true
Jul 16, 2026
Merged

fix: honor explicit restart: false in dokku_config#383
josegonzalez merged 1 commit into
mainfrom
308-bug-dokku-config-restart-false-is-silently-overridden-to-true

Conversation

@josegonzalez

Copy link
Copy Markdown
Member

An explicit restart: false in a dokku_config recipe was silently overridden back to true, so dokku config:set and config:unset restarted the app despite the opt-out and the documented no-restart example restarted the app anyway. The explicit value is now honored on both the set and unset paths, and the other optional boolean task flags that carry a default are made consistent so a future default value cannot regress the same way.

Closes #308

An explicit `restart: false` in a `dokku_config` recipe was silently overridden back to `true`, so `dokku config:set` and `config:unset` restarted the app despite the opt-out and the documented no-restart example restarted the app anyway. The explicit value is now honored on both the set and unset paths, and the other optional boolean task flags that carry a default are made consistent so a future default value cannot regress the same way.
@josegonzalez
josegonzalez merged commit 0671338 into main Jul 16, 2026
14 checks passed
@josegonzalez
josegonzalez deleted the 308-bug-dokku-config-restart-false-is-silently-overridden-to-true branch July 16, 2026 07:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: dokku_config restart:false is silently overridden to true

1 participant