Skip to content

Commit

Permalink
Updating the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
spaquet committed Oct 9, 2023
1 parent e5025c1 commit 100ab4e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,6 @@ To build run `docker build -t stpaquet/alpinemailcatcher`
`cd docker-alpine-mailcatcher`<br>
`docker run --rm -it -p 1080:1080 -p 1025:1025 --name mailcatcher $(docker build -q .)`

Special note to Apple M1 user:
`docker run --rm -it -p 1080:1080 -p 1025:1025 --name mailcatcher $(docker build --platform linux/amd64 -q .)`

## Alpine MailCatcher @DockerHub

[https://hub.docker.com/r/stpaquet/alpinemailcatcher](https://hub.docker.com/r/stpaquet/alpinemailcatcher)
Expand Down

0 comments on commit 100ab4e

Please sign in to comment.