Fix links
Dieser Commit ist enthalten in:
Ursprung
184042a058
Commit
c4257bc3ff
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
|
@ -44,7 +44,7 @@ Keep in mind that all local changes _to configuration files_ will be lost. Howev
|
||||||
- Copy mailcow.conf somewhere outside the mailcow-dockerized directory
|
- Copy mailcow.conf somewhere outside the mailcow-dockerized directory
|
||||||
- Stop and remove mailcow containers: `docker-compose down`
|
- Stop and remove mailcow containers: `docker-compose down`
|
||||||
- Delete the directory or rename it
|
- Delete the directory or rename it
|
||||||
- Clone the remote repository again (`git clone https://github.com/andryyy/mailcow-dockerized && cd mailcow-dockerized`). **Pay attention** to this step - the folder must have the same name of the previous one!
|
- Clone the remote repository again (`git clone https://github.com/mailcow/mailcow-dockerized && cd mailcow-dockerized`). **Pay attention** to this step - the folder must have the same name of the previous one!
|
||||||
- Copy back your previous `mailcow.conf` into the mailcow-dockerizd folder
|
- Copy back your previous `mailcow.conf` into the mailcow-dockerizd folder
|
||||||
|
|
||||||
If you forgot to stop Docker before deleting the cloned directory, you can use the following commands:
|
If you forgot to stop Docker before deleting the cloned directory, you can use the following commands:
|
||||||
|
|
|
@ -19,7 +19,7 @@ Please use the latest Docker engine available and do not use the engine that shi
|
||||||
|
|
||||||
2\. Clone the master branch of the repository
|
2\. Clone the master branch of the repository
|
||||||
```
|
```
|
||||||
git clone https://github.com/andryyy/mailcow-dockerized && cd mailcow-dockerized
|
git clone https://github.com/mailcow/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