@fishawack/lab-env 4.33.2 → 4.33.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  ## Changelog
2
2
 
3
+ ### 4.33.3 (2024-07-23)
4
+ * [Bug] set node container to always restart
5
+
3
6
  ### 4.33.2 (2024-07-16)
4
7
  * [Change] Bumped fishawack/lab-env-core-1 to 1.4.1
5
8
  * [Bug] use new ENV syntax
@@ -26,6 +26,7 @@ services:
26
26
  node:
27
27
  image: node:20.6
28
28
  working_dir: /app
29
+ restart: always
29
30
  networks:
30
31
  - default
31
32
  volumes:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fishawack/lab-env",
3
- "version": "4.33.2",
3
+ "version": "4.33.3",
4
4
  "description": "Docker manager for FW",
5
5
  "main": "cli.js",
6
6
  "scripts": {