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(
|
docker.createContainerAsync(
|
||||||
Image: app
|
Image: app
|
||||||
Cmd: ['/bin/bash', '-c', '/start web']
|
Cmd: ['/bin/bash', '-c', '/start web']
|
||||||
|
Volumes:
|
||||||
|
'/dev/snd': {}
|
||||||
)
|
)
|
||||||
).then((container) ->
|
).then((container) ->
|
||||||
container.startAsync(
|
container.startAsync(
|
||||||
|
Loading…
Reference in New Issue
Block a user