1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-22 06:49:40 +02:00

fix: docker-compose use custom config.json to access private images

This commit is contained in:
Dmitry Salakhov 2021-02-04 03:00:25 +00:00
parent e401724d43
commit a6b289c98e
3 changed files with 7 additions and 3 deletions

View file

@ -42,7 +42,7 @@ func Test_UpAndDown(t *testing.T) {
stack, endpoint := setup(t)
w := NewComposeWrapper("", nil)
w := NewComposeWrapper("", "", nil)
err := w.Up(stack, endpoint)
if err != nil {