mirror of
https://github.com/bokysan/docker-postfix.git
synced 2024-11-10 08:55:39 +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:
|
||||
hostname: "postfix"
|
||||
image: "boky/postfix"
|
||||
restart: no
|
||||
restart: "no"
|
||||
volumes:
|
||||
- "./tests:/tests"
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue