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