You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,6 +116,10 @@ Read more about how to set up the [MQTT](https://www.home-assistant.io/integrati
116
116
117
117
## Troubleshooting
118
118
119
+
### Use Different Directories
120
+
121
+
The Compose Updater service should not be placed in the same directory with a target service. Otherwise, both will shut down on an update with 0 (zero) code and no additional logs. Ensure they are in separate directories to avoid unintended shutdowns and outages.
122
+
119
123
### Relative Paths
120
124
121
125
Docker Compose resolves relative paths within a Compose file to be absolute paths from the perspective of the Compose CLI ([source](https://github.com/docker/compose/blob/main/pkg/compose/create.go#L1143-L1173)).
0 commit comments