mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-25 00:11:06 +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'];
|
||||
|
||||
return {
|
||||
name: `${this.serviceName}_${this.imageId}_${this.releaseId}`,
|
||||
Tty: this.config.tty,
|
||||
Cmd: this.config.command,
|
||||
Volumes: volumes,
|
||||
|
Loading…
Reference in New Issue
Block a user