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 e6b37122f8
commit b549ac8228
2 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
version: '2'
services:
postfix:
build:
context: .
dockerfile: Dockerfile