mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 21:57:54 +00:00
Fix binding a folder using the wrong id.
This commit is contained in:
parent
2746d875f7
commit
4f431d36ed
@ -146,7 +146,7 @@ exports.start = start = (app) ->
|
||||
Privileged: true
|
||||
PortBindings: ports
|
||||
Binds: [
|
||||
'/resin-data/' + app.id + ':/data'
|
||||
'/resin-data/' + app.appId + ':/data'
|
||||
'/lib/modules:/lib/modules'
|
||||
'/var/run/docker.sock:/run/docker.sock'
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user