Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
thijsvanloef committed Feb 12, 2024
1 parent e199afe commit 1ae6952
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ Palworld 전용 서버를 이용해 보세요!

## Docker Compose

이 저장소에는 서버를 설정하는 데 사용할 수 있는 [docker-compose.yml](https://github.com/thijsvanloef/palworld-server-docker/blob/main/docker-compose.yml) 예제 파일이 포함되어 있습니다.
이 저장소에는 서버를 설정하는 데 사용할 수 있는
[docker-compose.yml](https://github.com/thijsvanloef/palworld-server-docker/blob/main/docker-compose.yml) 예제 파일이 포함되어 있습니다.

```yml
services:
Expand Down Expand Up @@ -123,4 +124,4 @@ docker run -d \

`docker compose stop` 를 사용해 서버를 중지시킵니다.

`docker compose down --rmi all` 를 사용해 서버를 중지시키고 삭제한 다음 컴퓨터의 docker image까지 삭제합니다.
`docker compose down --rmi all` 를 사용해 서버를 중지시키고 삭제한 다음 컴퓨터의 docker image까지 삭제합니다.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ sidebar_position: 4
`AUTO_REBOOT_CRON_EXPRESSION`은 cron 표현식으로, Cron 표현식에서는 작업을 실행할 간격을 정의합니다.

:::tip
이 이미지는 cron 작업을 위해 Supercronic을 사용합니다. [supercronic](https://github.com/aptible/supercronic#crontab-format) 또는 [Crontab Generator](https://crontab-generator.org)를 참조하세요.
이 이미지는 cron 작업을 위해 Supercronic을 사용합니다. [supercronic](https://github.com/aptible/supercronic#crontab-format) 또는
[Crontab Generator](https://crontab-generator.org)를 참조하세요.
:::

`AUTO_REBOOT_CRON_EXPRESSION`을 설정하여 기본 스케줄을 변경하세요. 기본 설정은 TZ로 설정된 시간대에 따라 매일 자정에 재부팅됩니다.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ sidebar_position: 5
`AUTO_UPDATE_CRON_EXPRESSION`은 cron 표현식으로, Cron 표현식에서는 작업을 실행할 간격을 정의합니다.

:::tip
이 이미지는 cron 작업을 위해 Supercronic을 사용합니다. [supercronic](https://github.com/aptible/supercronic#crontab-format) 또는 [Crontab Generator](https://crontab-generator.org)를 참조하세요.
이 이미지는 cron 작업을 위해 Supercronic을 사용합니다. [supercronic](https://github.com/aptible/supercronic#crontab-format) 또는
[Crontab Generator](https://crontab-generator.org)를 참조하세요.
:::

`AUTO_UPDATE_CRON_EXPRESSION`을 설정하여 기본 스케줄을 변경합니다.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ BACKUP_ENABLED를 설정하여 자동 백업을 활성화하거나 비활성화
BACKUP_CRON_EXPRESSION은 cron 표현식으로, Cron 표현식에서는 작업을 실행할 간격을 정의합니다.

:::tip
이 이미지는 cron 작업을 위해 Supercronic을 사용합니다. [supercronic](https://github.com/aptible/supercronic#crontab-format) 또는 [Crontab Generator](https://crontab-generator.org)를 참조하세요.
이 이미지는 cron 작업을 위해 Supercronic을 사용합니다. [supercronic](https://github.com/aptible/supercronic#crontab-format) 또는
[Crontab Generator](https://crontab-generator.org)를 참조하세요.
:::

BACKUP_CRON_EXPRESSION을 설정하여 기본 스케줄을 변경합니다.
Expand Down

0 comments on commit 1ae6952

Please sign in to comment.