We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92135b0 commit d89074bCopy full SHA for d89074b
README.md
@@ -180,7 +180,7 @@ Volumes listed in `iobBackup` are tagged for inclusion in ioBroker backup routin
180
-->
181
182
## Changelog
183
-### 1.0.0 (2026-03-19)
+### **WORK IN PROGRESS**
184
- (@GermanBluefox) Code refactoring.
185
- (@GermanBluefox) Do not start a manager if no one container is enabled
186
test/convert.test.js
@@ -108,7 +108,7 @@ describe('convert', () => {
108
throw new Error('Label iobAutoCopyFromForce should exists');
109
}
110
111
- if (compose[1].environment.GF_INSTANCE !== '1') {
+ if (compose[1].environment.GF_INSTANCE !== 1) {
112
throw new Error('Environment GF_INSTANCE should be set');
113
114
0 commit comments