mirror of
https://github.com/tiyn/wiki.git
synced 2026-05-07 02:11:34 +02:00
Typography: Removed comma after 'Afterwards' at the begin of sentence
This commit is contained in:
@@ -9,7 +9,7 @@ Change the settings according to your needs.
|
||||
Create the volume for the configuration files by running the command `docker volume create
|
||||
gameyfin_config`.
|
||||
Make sure to run the following command on the config volume `chown -R 1000:root gameyfin_config`.
|
||||
Afterward, run `./rebuild.sh`.
|
||||
Afterward run `./rebuild.sh`.
|
||||
|
||||
### Environment-variables
|
||||
|
||||
|
||||
@@ -80,7 +80,7 @@ For this set the server type by using the `-e TYPE=<type>` flag.
|
||||
Most notably this value could be `FABRIC` or `FORGE`.
|
||||
After this the mods (as `.jar` files) can be placed in the `mods` directory of the
|
||||
[Docker](/wiki/docker.md) volume.
|
||||
Afterward, run the [`rebuild.sh`](#rebuildsh) to restart the server with loaded mods.
|
||||
Afterward run the [`rebuild.sh`](#rebuildsh) to restart the server with loaded mods.
|
||||
|
||||
#### Installing Datapacks
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ docker run -v openvpn:/etc/openvpn --rm kylemanna/openvpn ovpn_genconfig -u udp:
|
||||
docker run -v openvpn:/etc/openvpn --rm -it kylemanna/openvpn ovpn_initpki
|
||||
```
|
||||
|
||||
Afterward, run `./rebuild.sh`.
|
||||
Afterward run `./rebuild.sh`.
|
||||
|
||||
### Volumes
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ And finally generate the DCIM keys and rebuild once again.
|
||||
Finally, if a reverse proxy is used check the
|
||||
[traefik entry](/wiki/docker/traefik.md#setup-mailserver) or the [nginx entry](/wiki/nginx.md).
|
||||
|
||||
Afterward, you're ready to go by once again running the `rebuild.sh` file.
|
||||
Afterward you're ready to go by once again running the `rebuild.sh` file.
|
||||
|
||||
If setting up this mailserver with [Traefik](/wiki/traefik.md) as a reverse proxy some additional
|
||||
steps should be taken.
|
||||
|
||||
@@ -9,7 +9,7 @@ The official container and documentation was made by
|
||||
|
||||
Create the file `rebuild.sh`.
|
||||
Change the settings according to your needs and run `./rebuild.sh` afterward.
|
||||
Afterward, you need to create a user.
|
||||
Afterward you need to create a user.
|
||||
This can be done by running the following line with changed credentials:
|
||||
|
||||
```sh
|
||||
|
||||
Reference in New Issue
Block a user