From 1e0e3be0b6c540dd64a3c921d0819aeb82d11638 Mon Sep 17 00:00:00 2001 From: Juan Luis Baptiste Date: Wed, 3 Jun 2020 10:00:17 -0500 Subject: [PATCH] Update docker-compose file name to renamed docker-compose.override.yml name. Fixes issue #28. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7570b9e..f7f5e0a 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Clone this repo and then: cd docker-Postfix sudo docker build -t juanluisbaptiste/postfix . -Or you can use the provided [docker-compose](https://github.com/juanluisbaptiste/docker-postfix/blob/master/docker-compose.dev.yml) files: +Or you can use the provided [docker-compose](https://github.com/juanluisbaptiste/docker-postfix/blob/master/docker-compose.overrides.yml) files: sudo docker-compose build