Skip to content

Commit

Permalink
leading zeros are not allowed any more
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonskie committed Feb 17, 2022
1 parent 17a8449 commit a8078e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/lite/3-garden-runc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

- type: replace
path: /instance_groups/name=bosh/jobs/name=garden/properties?/garden/listen_address
value: 0.0.0.0:7778
value: 127.0.0.1:7778

- type: replace
path: /instance_groups/name=bosh/jobs/name=garden/properties?/garden/allow_host_access
Expand Down

0 comments on commit a8078e4

Please sign in to comment.