From e5e22a9ebb6b8052fd5000644671cff641ae6374 Mon Sep 17 00:00:00 2001 From: Paul Wilde Date: Wed, 11 Aug 2021 20:05:21 +0100 Subject: [PATCH] readme file updates --- README.MD | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 262078e..225dc8e 100644 --- a/README.MD +++ b/README.MD @@ -16,7 +16,11 @@ be able to auto-configure using this service. The container file includes set up for an apache webserver to run the application. You will need to supply a volume for the configuration file and port forwarding. ``` -podman run -dt --name mailautoconf -v ./config:/var/www/html/config -p 8010:80 pswilde/automailconf +podman run -dt \ + --name mailautoconf \ + -v ./config:/var/www/html/config \ + -p 8010:80 \ + pswilde/automailconf ``` You will need a reverse proxy server to publish to the outside world and handle SSL encryption. For example, in nginx: