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:
Juan Luis Baptiste
2020-04-09 12:23:20 -05:00
parent 39ab0f7434
commit 9518e01dee
2 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
version: '2'
services:
postfix:
image: juanluisbaptiste/postfix:dev
build:
context: .
dockerfile: Dockerfile