Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix readme start command #21

Closed
DrBlury opened this issue May 23, 2022 · 1 comment
Closed

Fix readme start command #21

DrBlury opened this issue May 23, 2022 · 1 comment

Comments

@DrBlury
Copy link

DrBlury commented May 23, 2022

The start command is:

docker run -it --rm -p 8080:80 mjml-server 

while it should be:

docker run -it --rm -p 8080:80 adrianrudnik/mjml-server
@adrianrudnik
Copy link
Owner

You are correct! Thanks and fixed in develop.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants