mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 13:55:21 +02:00
fix: docker-compose use custom config.json to access private images (#5058)
cherry-picking commit a6b289c9
.
Co-authored-by: Dmitry Salakhov <to@dimasalakhov.com>
This commit is contained in:
parent
0ac6274712
commit
3641158daf
3 changed files with 7 additions and 3 deletions
|
@ -76,7 +76,7 @@ func initDataStore(dataStorePath string, fileService portainer.FileService) port
|
|||
}
|
||||
|
||||
func initComposeStackManager(assetsPath string, dataStorePath string, reverseTunnelService portainer.ReverseTunnelService, proxyManager *proxy.Manager) portainer.ComposeStackManager {
|
||||
composeWrapper := exec.NewComposeWrapper(assetsPath, proxyManager)
|
||||
composeWrapper := exec.NewComposeWrapper(assetsPath, dataStorePath, proxyManager)
|
||||
if composeWrapper != nil {
|
||||
return composeWrapper
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue