Quote the variables. (#255)

* Quote the variables.

* test using images without repo url.
This commit is contained in:
Abhilash Raj
2018-07-03 21:27:30 -07:00
committed by GitHub
parent 7500c64167
commit d9c5d6ef95
2 changed files with 7 additions and 7 deletions

View File

@@ -13,10 +13,10 @@ version: '2'
services:
mailman-core:
image: ${!REG_URL}/maxking/mailman-core:$TAG
image: maxking/mailman-core:$TAG
mailman-web:
image: ${!REG_URL}/maxking/mailman-web:$TAG
image: maxking/mailman-web:$TAG
environment:
- SECRET_KEY=abcdefghijklmnopqrstuv
EOF