mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-12 16:02:57 +00:00
fix: Always set the container name when generating creation options
Change-type: patch Signed-off-by: Cameron Diver <cameron@resin.io>
This commit is contained in:
parent
96c1cea4ab
commit
5569e2bc84
@ -501,6 +501,7 @@ export class Service {
|
|||||||
) as ServiceConfig['networks'];
|
) as ServiceConfig['networks'];
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
name: `${this.serviceName}_${this.imageId}_${this.releaseId}`,
|
||||||
Tty: this.config.tty,
|
Tty: this.config.tty,
|
||||||
Cmd: this.config.command,
|
Cmd: this.config.command,
|
||||||
Volumes: volumes,
|
Volumes: volumes,
|
||||||
|
Loading…
Reference in New Issue
Block a user