Skip to content

Commit

Permalink
fix: use context storage for dolos 0.12.0+ (#10)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <[email protected]>
  • Loading branch information
wolf31o2 authored Jul 18, 2024
1 parent 801d0cb commit ab4d7a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dolos/dolos-0.12.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ installSteps:
- daemon
binds:
- '{{ .Paths.DataDir }}:/etc/dolos'
- '{{ .Paths.DataDir }}/data:/data'
- '{{ .Paths.ContextDir }}/config/{{ .Context.Network }}:/config'
- '{{ .Paths.ContextDir }}/dolos-data:/data'
- '{{ .Paths.ContextDir }}/dolos-ipc:/ipc'
ports:
- "30013"
Expand Down

0 comments on commit ab4d7a0

Please sign in to comment.