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.