Skip to content

Commit 89d3ef9

Browse files
committed
Add "Use Different Directories" warning
1 parent c23d5a7 commit 89d3ef9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,10 @@ Read more about how to set up the [MQTT](https://www.home-assistant.io/integrati
116116

117117
## Troubleshooting
118118

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+
119123
### Relative Paths
120124

121125
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

Comments
 (0)