Update docker-compose file name to renamed docker-compose.override.yml name. Fixes issue #28.
This commit is contained in:
parent
425c1b330d
commit
1e0e3be0b6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue