From 745eb0f1c58699d3e144045ac95fe0a9319f5613 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 8 Jan 2020 11:42:35 +0100 Subject: [PATCH] Updated Docker compose installation (markdown) --- Docker-compose-installation.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Docker-compose-installation.md b/Docker-compose-installation.md index bc14ffc..e361e55 100644 --- a/Docker-compose-installation.md +++ b/Docker-compose-installation.md @@ -36,10 +36,10 @@ Name: egroupware Description: EGroupware data and backups Location: choose a volume eg. "volume1" X Hide from network environment - Extended permisons + Extended permissions Activate Trash ``` -Install the package "Docker" and ssh into the diskstation as admin +Install the package "Docker" via the UI and then ssh into the diskstation as admin ``` sudo su - @@ -51,7 +51,7 @@ ln -s /volume1/egroupware data # use the name of the volume you choose above docker-compose up -d docker-compose logs -f ``` -Now you can use follow the installation process. +The last command allows you to follow the installation process (exit with Ctrl-C, once it's successful). To make EGroupware public accessible you need to create a port-forward on your router for ports 80 and 443, create a DNS entry for your external domain eg. ```egw.example.org``` and on the diskstation: Control panel >> Application portal >> Reverse proxy >> Create @@ -72,4 +72,4 @@ Port: 8080 (unless a different port is specified in docker-compose.yml) Control panel >> Security >> Certificates Create a Let's Encrypt certificate for the chosen domain ```egw.example.org``` (LE requires 80 AND 443!) -EGroupware should then be accessible under https://egw.example.org +EGroupware should then be accessible under https://egw.example.org with an Let's Encrypt certificate.