Browse Source

readme sample cmd: remove --rm arg (conflicts with --restart policy)

Fabian Peter Hammerle 5 years ago
parent
commit
fc1161cf20
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -7,7 +7,7 @@ dockerfile repo: https://git.hammerle.me/fphammerle/docker-postfix
 config notes: https://git.hammerle.me/fphammerle/config-postfix/src/master/README.md
 
 ```sh
-sudo docker run --detach --rm \
+sudo docker run --detach \
     --security-opt=no-new-privileges \
     --volume /dev/log:/dev/log \
     --env POSTFIX_RELAYHOST=relayhost.example.com:submission \