mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-20 22:23:13 +00:00
Bug fix. Needed to declade a volume to use bind mounts
This commit is contained in:
parent
ace3e45371
commit
31a9632fe3
@ -65,6 +65,8 @@ exports.start = start = (app) ->
|
||||
docker.createContainerAsync(
|
||||
Image: app
|
||||
Cmd: ['/bin/bash', '-c', '/start web']
|
||||
Volumes:
|
||||
'/dev/snd': {}
|
||||
)
|
||||
).then((container) ->
|
||||
container.startAsync(
|
||||
|
Loading…
Reference in New Issue
Block a user