Fix: Quote "no" so that it doesn't get interpreted as something else

This commit is contained in:
Bojan Čekrlić 2023-10-27 18:08:45 +02:00
parent e8c6cd5332
commit 7ad03edccf

View file

@ -3,7 +3,7 @@ services:
tests:
hostname: "postfix"
image: "boky/postfix"
restart: no
restart: "no"
volumes:
- "./tests:/tests"
environment: