Updated Docker compose installation (markdown)

Ralf Becker 2020-01-08 11:42:35 +01:00
parent 8f9302e479
commit 745eb0f1c5

@ -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 -
<give admin password>
@ -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.