Skip to content
This repository was archived by the owner on Nov 23, 2022. It is now read-only.

Commit b055327

Browse files
committed
Merge branch 'develop', prepare 6.2.1
2 parents cc2d415 + 100309c commit b055327

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "exoframe-server",
3-
"version": "6.2.0",
3+
"version": "6.2.1-dev.1",
44
"description": "Exoframe is a self-hosted tool that allows simple one-command deployments using Docker",
55
"main": "bin/server-core.js",
66
"bin": "bin/exoframe-server.js",

src/routes/update.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ module.exports = fastify => {
101101
Labels: oldServerInfo.Config.Labels,
102102
HostConfig: {
103103
Binds: oldServerInfo.HostConfig.Binds,
104+
RestartPolicy: oldServerInfo.HostConfig.RestartPolicy,
104105
},
105106
};
106107
// start new self

0 commit comments

Comments
 (0)