From 9483802ae6ec5304b6b7a2f8a35b7cc3fc10472f Mon Sep 17 00:00:00 2001 From: wpetit Date: Tue, 22 Dec 2020 15:14:56 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d977b5..d1900d6 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,10 @@ Serveur d'envoi de SMS factice pour le développement avec interface web. ### Avec Docker ```bash -docker run -it --rm -p 3000:3000 -p 2525:2525 bornholm/fake-sms +docker run -it --rm -p 3000:3000 bornholm/fake-sms ``` -L'interface Web sera accessible à l'adresse http://localhost:8080/. +L'interface Web sera accessible à l'adresse http://localhost:3000/. Voir la section "[Variables d'environnement](#variables-denvironnement)" pour voir comment personnaliser la configuration du service.