Renamed docker-compose.dev.yml to docker-compose.override.yml so it
does not need to be explicitly set to build the image.
This commit is contained in:
parent
e6b37122f8
commit
b549ac8228
2 changed files with 2 additions and 2 deletions
|
@ -24,11 +24,11 @@ If testing goes well for some time, then the current CentOS image will be replac
|
|||
Clone this repo and then:
|
||||
|
||||
cd docker-Postfix
|
||||
sudo docker build -t 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:
|
||||
|
||||
sudo docker-compose -f docker-compose.yml -f docker-compose.dev.yml build
|
||||
sudo docker-compose build
|
||||
|
||||
For more information on using multiple compose files [see here](https://docs.docker.com/compose/production/). You can also find a prebuilt docker image from [Docker Hub](https://registry.hub.docker.com/u/juanluisbaptiste/postfix/), which can be pulled with this command:
|
||||
|
||||
|
|
Loading…
Reference in a new issue