mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-18 17:00:25 +00:00
Remove trailing commas.
This commit is contained in:
parent
96d1e48edd
commit
599f8ae503
@ -41,8 +41,8 @@ exports.update = ->
|
||||
Image: supervisorTag
|
||||
Cmd: ['/start']
|
||||
Volumes:
|
||||
'/boot/config.json': '/mnt/mmcblk0p1/config.json',
|
||||
'/data': '/var/lib/docker/data',
|
||||
'/boot/config.json': '/mnt/mmcblk0p1/config.json'
|
||||
'/data': '/var/lib/docker/data'
|
||||
'/run/docker.sock': '/var/run/docker.sock'
|
||||
Env: [
|
||||
'API_ENDPOINT=' + config.API_ENDPOINT
|
||||
|
Loading…
x
Reference in New Issue
Block a user