Commit
7d9cbaa159
1 geänderte Dateien mit 5 neuen und 5 gelöschten Zeilen
|
@ -26,11 +26,11 @@ Please use the latest Docker engine available and do not use the engine that shi
|
||||||
|
|
||||||
**2\.** Clone the master branch of the repository, make sure your umask equals 0022.
|
**2\.** Clone the master branch of the repository, make sure your umask equals 0022.
|
||||||
```
|
```
|
||||||
# umask
|
umask
|
||||||
0022
|
# 0022
|
||||||
# cd /opt
|
cd /opt
|
||||||
# git clone https://github.com/mailcow/mailcow-dockerized
|
git clone https://github.com/mailcow/mailcow-dockerized
|
||||||
# cd mailcow-dockerized
|
cd mailcow-dockerized
|
||||||
```
|
```
|
||||||
|
|
||||||
**3\.** Generate a configuration file. Use a FQDN (`host.domain.tld`) as hostname when asked.
|
**3\.** Generate a configuration file. Use a FQDN (`host.domain.tld`) as hostname when asked.
|
||||||
|
|
Laden …
In neuem Issue referenzieren