Skip to content
Snippets Groups Projects
Unverified Commit c1411b00 authored by Thomas Picouet's avatar Thomas Picouet Committed by Rémy Huet
Browse files

README à jour

parent 92a92e53
Loading
......@@ -3,4 +3,8 @@ Pour build:
```
docker build -t pica-mail-mta .
```
Pour run :
```
docker run -it --name pica-mail-mta-ldap --network local-mail-delivery --mount source=mail-mta-log,target=/var/log -v /DATA/docker/mail/opendkim/nov2018.private:/etc/dkimkeys/nov2018.picasoft.net.rsa:ro pica-mail-mta
```
Les différentes variables d'environnement du Dockerfile peuvent être "overridden" en utilisant le docker run (docker run -e "deep=purple") ou en utilisant docker compose.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment