forked from thijsvanloef/palworld-server-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request thijsvanloef#507 from tomxpcvx/i18n-german-update
updated german documentation according to the last changes
- Loading branch information
Showing
14 changed files
with
230 additions
and
65 deletions.
There are no files selected for viewing
13 changes: 10 additions & 3 deletions
13
docusaurus/i18n/de/docusaurus-plugin-content-docs/current/advanced/kubernetes.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+336 KB
...aurus/i18n/de/docusaurus-plugin-content-docs/current/assets/Palworld_Banner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 8 additions & 3 deletions
11
...us-plugin-content-docs/current/getting-started/configuration/engine-settings.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 8 additions & 3 deletions
11
...urus-plugin-content-docs/current/getting-started/configuration/game-settings.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 9 additions & 3 deletions
12
...us-plugin-content-docs/current/getting-started/configuration/server-commands.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
129 changes: 83 additions & 46 deletions
129
...us-plugin-content-docs/current/getting-started/configuration/server-settings.md
Large diffs are not rendered by default.
Oops, something went wrong.
14 changes: 10 additions & 4 deletions
14
...s/i18n/de/docusaurus-plugin-content-docs/current/getting-started/quick-setup.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
docusaurus/i18n/de/docusaurus-plugin-content-docs/current/guides/cronjobs/_category_.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"label": "Cronjobs", | ||
"position": 3, | ||
"link": { | ||
"type": "generated-index" | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
12 changes: 11 additions & 1 deletion
12
...8n/de/docusaurus-plugin-content-docs/current/guides/discord/discord-webhooks.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
37 changes: 37 additions & 0 deletions
37
...s/i18n/de/docusaurus-plugin-content-docs/current/guides/update-the-container.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
sidebar_position: 3 | ||
title: Aktualisieren des Palworld-Server-Docker-Container | ||
description: So aktualisieren Sie Ihren dedizierten Palworld-Server-Docker-Container, um die neuesten Funktionen zu genießen. | ||
keywords: [Palworld, palworld dedicated server, Palworld Aktualisierung, Palworld dedicated server Aktualisierung] | ||
image: ../../assets/Palworld_Banner.jpg | ||
sidebar_label: Docker-Container aktualisieren | ||
--- | ||
<!-- markdownlint-disable-next-line --> | ||
# Aktualisieren des Palworld-Server-Docker-Container | ||
|
||
So aktualisieren Sie Ihren dedizierten Palworld-Server-Docker-Container, um die neuesten Funktionen zu genießen. | ||
|
||
## Docker Compose | ||
|
||
1. Öffnen Sie die docker-compose.yml. | ||
2. Überprüfen Sie, ob Ihr Abbild entweder: | ||
|
||
```yml | ||
image: thijsvanloef/palworld-server-docker:latest | ||
``` | ||
oder | ||
```yml | ||
image: thijsvanloef/palworld-server-docker:<release-version> ## Beispiel: v0.32.0 | ||
``` | ||
3. Führen Sie `docker compose down --rmi all` aus, um sicherzustellen, dass kein anderes Palworld-Abbild vorhanden ist. | ||
4. Führen Sie `docker compose up -d` aus, um den Container hochzufahren. | ||
|
||
## Docker Run | ||
|
||
1. Führen Sie `docker stop palworld-server` aus. | ||
2. Führen Sie `docker rm palworld-server` aus. | ||
<!-- markdownlint-disable-next-line --> | ||
3. Führen Sie das [Docker-Run-Befehl](https://palworld-server-docker.loef.dev/de/#docker-run) erneut mit dem `latest`-Tag aus. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters