From 0a3a980f8b0d7b69656e350e7abcf8d4e476978a Mon Sep 17 00:00:00 2001 From: "Alexander Demidov (Vostro)" Date: Wed, 14 Jul 2021 16:23:32 +0300 Subject: [PATCH] * correct filepath to composer auth --- docker-compose.yml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml.example b/docker-compose.yml.example index 15e549d..d505e7c 100755 --- a/docker-compose.yml.example +++ b/docker-compose.yml.example @@ -63,4 +63,4 @@ secrets: user_known_hosts: file: ~/.ssh/known_hosts composer_auth: - file: ~/.config/composer/auth.json + file: ~/.composer/auth.json