Fix link to dev docker-compose file

This commit is contained in:
Juan Luis Baptiste 2018-03-06 01:27:21 -05:00
parent cb4877eb4f
commit cb6b1ebadc

View File

@ -8,7 +8,7 @@ Clone this repo and then:
cd docker-Postfix
sudo docker build -t postfix .
Or you can use the provided [docker-compose](https://github.com/juanluisbaptiste/docker-postfix/blob/master/docker-compose.yml) files:
Or you can use the provided [docker-compose](https://github.com/juanluisbaptiste/docker-postfix/blob/master/docker-compose.dev.yml) files:
sudo docker-compose -f docker-compose.yml -f docker-compose.dev.yml build