lib/phase/config/deploy.rb in phase-1.0.0 vs lib/phase/config/deploy.rb in phase-1.0.1
- old
+ new
@@ -25,10 +25,10 @@
attr_accessor :asset_bucket
# @return [String] any options or switches to be passed to the Docker daemon at runtime
# @example Sample settings
- # config.deploy.docker_repository = "-v /dir:/dir -e VAR=value --env-file=.environment"
+ # config.deploy.docker_run_flags = "-v /dir:/dir -e VAR=value --env-file=.environment"
attr_accessor :docker_run_flags
def initialize
@environments = []