Skip to content

Commit

Permalink
Fix: Quote "no" so that it doesn't get interpreted as something else
Browse files Browse the repository at this point in the history
  • Loading branch information
bokysan committed Oct 27, 2023
1 parent e8c6cd5 commit 7ad03ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/external-tools-test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
tests:
hostname: "postfix"
image: "boky/postfix"
restart: no
restart: "no"
volumes:
- "./tests:/tests"
environment:
Expand Down

0 comments on commit 7ad03ed

Please sign in to comment.