Skip to content

Commit

Permalink
Merge branch 'master' of github.com:postalsys/emailengine
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Jul 4, 2024
2 parents d3f7685 + 90bf62c commit cea28f6
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,21 @@ Read about running EmailEngine as a SystemD service [here](https://emailengine.a

![Docker Image Size (tag)](https://img.shields.io/docker/image-size/postalsys/emailengine/v2?label=Docker%20image%20size)

See the documentation for using EmailEngine with Docker [here](https://emailengine.app/docker).
To execute EmailEngine-CLI commands while using the Docker Container, you can use the following approach:

1. Exec into the Docker Container:

```
$ docker exec -it <container-id> /bin/sh
```

2. Run the command by executing the `./bin/emailengine.js` file with node:

```
$ node bin/emailengine.js <command>
```

See the full documentation for using EmailEngine with Docker [here](https://emailengine.app/docker).

## Resolving issues with Redis

Expand Down

0 comments on commit cea28f6

Please sign in to comment.