Skip to content

Commit

Permalink
Typo Fix for standalone docker compose (#616)
Browse files Browse the repository at this point in the history
* Update u_e-80_to_443.en.md

* Typo fix

* and one more typo
  • Loading branch information
ThePolishLemon authored Sep 4, 2023
1 parent 162bee7 commit de27435
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/i_u_m/i_u_m_migration.de.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion docs/i_u_m/i_u_m_migration.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 2 additions & 2 deletions docs/manual-guides/u_e-80_to_443.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -48,5 +48,5 @@ Otherwise restart Nginx:
=== "docker-compose (Standalone)"

``` bash
docker compose restart
docker-compose restart
```

0 comments on commit de27435

Please sign in to comment.