diff --git a/docs/i_u_m/i_u_m_migration.de.md b/docs/i_u_m/i_u_m_migration.de.md index cee01120d8..93b0b25e75 100644 --- a/docs/i_u_m/i_u_m_migration.de.md +++ b/docs/i_u_m/i_u_m_migration.de.md @@ -68,7 +68,7 @@ systemctl start docker.service === "docker-compose (Standalone)" ``` bash - docker compose up -d + docker-compose up -d ``` **9\.** Zum Schluss ändern Sie Ihre DNS-Einstellungen so, dass sie auf den Zielserver zeigen. Prüfen und ändern Sie gegebenenfalls die `SNAT_TO_SOURCE` Variable in der `mailcow.conf` im mailcow-dockerized Ordner, da andernfalls SOGo nicht richtig funktioniert, wenn die ausgehende IP eine andere ist. diff --git a/docs/i_u_m/i_u_m_migration.en.md b/docs/i_u_m/i_u_m_migration.en.md index f18f2e6b3f..a1b97ef3f4 100644 --- a/docs/i_u_m/i_u_m_migration.en.md +++ b/docs/i_u_m/i_u_m_migration.en.md @@ -68,7 +68,7 @@ systemctl start docker.service === "docker-compose (Standalone)" ``` bash - docker compose up -d + docker-compose up -d ``` **9\.** Finally, change your DNS settings to point to the target server. Also check the `SNAT_TO_SOURCE` variable in your `mailcow.conf` file if you have changed your public IP address, otherwise SOGo may not work. diff --git a/docs/manual-guides/u_e-80_to_443.en.md b/docs/manual-guides/u_e-80_to_443.en.md index 1a2bdbdd01..179b7d36eb 100644 --- a/docs/manual-guides/u_e-80_to_443.en.md +++ b/docs/manual-guides/u_e-80_to_443.en.md @@ -34,7 +34,7 @@ In case you changed the HTTP_BIND parameter, recreate the container: === "docker-compose (Standalone)" ``` bash - docker compose up -d + docker-compose up -d ``` Otherwise restart Nginx: @@ -48,5 +48,5 @@ Otherwise restart Nginx: === "docker-compose (Standalone)" ``` bash - docker compose restart + docker-compose restart ```