mirror of
https://github.com/YuzuZensai/palworld-server-docker.git
synced 2026-01-31 14:57:59 +00:00
- Fixed lint errors on readme;
This commit is contained in:
10
README.md
10
README.md
@@ -70,8 +70,9 @@ services:
|
|||||||
- ./palworld:/palworld/
|
- ./palworld:/palworld/
|
||||||
```
|
```
|
||||||
|
|
||||||
As an alternative, you can copy the [.env.example](.env.example) file to a new file called **.env** file. Modify it to your needs, check out the
|
As an alternative, you can copy the [.env.example](.env.example) file to a new file called **.env** file.
|
||||||
[environment variables](#environment-variables) section to check the correct values. Modify your [docker-compose.yml](docker-compose.yml) to this:
|
Modify it to your needs, check out the [environment variables](#environment-variables) section to check the correct
|
||||||
|
values. Modify your [docker-compose.yml](docker-compose.yml) to this:
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
services:
|
services:
|
||||||
@@ -117,8 +118,9 @@ docker run -d \
|
|||||||
thijsvanloef/palworld-server-docker:latest
|
thijsvanloef/palworld-server-docker:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
As an alternative, you can copy the [.env.example](.env.example) file to a new file called **.env** file. Modify it to your needs, check out the
|
As an alternative, you can copy the [.env.example](.env.example) file to a new file called **.env** file.
|
||||||
[environment variables](#environment-variables) section to check the correct values. Change your docker run command to this:
|
Modify it to your needs, check out the [environment variables](#environment-variables) section to check the
|
||||||
|
correct values. Change your docker run command to this:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker run -d \
|
docker run -d \
|
||||||
|
|||||||
Reference in New Issue
Block a user