Skip to content

Commit

Permalink
feat: change address allocation and change command run logic
Browse files Browse the repository at this point in the history
  • Loading branch information
Zygimantass committed Jan 15, 2025
1 parent 3c4a26e commit afc8345
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/provider/docker/task.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ type TaskState struct {
Volume *VolumeState `json:"volumes"`
Definition provider.TaskDefinition `json:"definition"`
Status provider.TaskStatus `json:"status"`
IpAddress string `json:"ip_address"`
}

type VolumeState struct {
Expand Down

0 comments on commit afc8345

Please sign in to comment.