You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,6 @@ Starts an HAProxy load balancer instance for ssl termination, a Sendy instance a
91
91
92
92
The latest `docker-compose.yml` and sample files are available from image [repository](https://github.com/bubbajames-docker/sendy). It is highly adviced to clone this repository to ensure latest samples are used.
93
93
94
-
95
94
```yaml
96
95
version: "3.7"
97
96
@@ -166,12 +165,10 @@ $ docker-compose up -d
166
165
$ docker-compose down
167
166
```
168
167
169
-
170
168
# Shoutouts
171
169
## Brad Touesnard
172
170
Please read Brad Touesnard's article [How to Create Your Own SSL Certificate Authority for Local HTTPS Development](https://deliciousbrains.com/ssl-certificate-authority-for-local-https-development/) which inspired the `generateSSLCerticate.sh` script used in this project.
173
171
174
-
175
172
# License
176
173
177
174
Please [see license](https://raw.githubusercontent.com/bubbajames-docker/sendy/master/LICENSE) in repository
0 commit comments