mirror of
https://github.com/dokku/dokku.git
synced 2026-05-18 05:05:46 +02:00
759 B
759 B
0.25.0 Migration Guide
Changes
- The network plugin can now set an
initial-networkfor all containers on creation. This is a replacement for specifying the--networkflag via thedocker-optionsplugin. Please see the network documentation for more information.
Deprecations
- In previous versions of Dokku, the only way to specify a custom
Dockerfilewas to use thedocker-optionsplugin to set the--fileflag for a docker build. As of 0.25.0, thebuilder-dockerfile:setcommand should be used instead, as outlined in the docs here. Usage of the old method should be migrated to the new method.