mirror of
https://github.com/bokysan/docker-postfix.git
synced 2024-11-13 02:55:09 +08:00
Fix: Quote "no" so that it doesn't get interpreted as something else
This commit is contained in:
parent
e8c6cd5332
commit
7ad03edccf
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ services:
|
||||||
tests:
|
tests:
|
||||||
hostname: "postfix"
|
hostname: "postfix"
|
||||||
image: "boky/postfix"
|
image: "boky/postfix"
|
||||||
restart: no
|
restart: "no"
|
||||||
volumes:
|
volumes:
|
||||||
- "./tests:/tests"
|
- "./tests:/tests"
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in a new issue