This commit is contained in:
@@ -2,12 +2,16 @@ version: '2'
|
||||
services:
|
||||
pmb:
|
||||
build:
|
||||
args:
|
||||
GPG_PP: $BUILD_GPG_PP
|
||||
#context: pmb-pf if git clone into existing dc dir
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
#image: juanluisbaptiste/postfix:latest
|
||||
expose:
|
||||
- "25"
|
||||
env_file:
|
||||
#- pmb-pf/.env
|
||||
- .env
|
||||
restart: always
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user