Skip to content

Commit

Permalink
Arm tag no longer required
Browse files Browse the repository at this point in the history
  • Loading branch information
thijsvanloef authored Feb 12, 2024
1 parent 2f266fb commit 4fcad06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/kr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
```yml
services:
palworld:
image: thijsvanloef/palworld-server-docker:latest # arm64 환경에서는 latest-arm64 태그를 사용합니다.
image: thijsvanloef/palworld-server-docker:latest
restart: unless-stopped
container_name: palworld-server
stop_grace_period: 30s # 컨테이너가 정상적으로 중지될 때까지 기다리는 시간을 설정합니다.
Expand Down Expand Up @@ -88,7 +88,7 @@ services:
```yml
services:
palworld:
image: thijsvanloef/palworld-server-docker:latest # arm64 환경에서는 latest-arm64 태그를 사용합니다.
image: thijsvanloef/palworld-server-docker:latest
restart: unless-stopped
container_name: palworld-server
stop_grace_period: 30s # 컨테이너가 정상적으로 중지될 때까지 기다리는 시간을 설정합니다.
Expand Down

0 comments on commit 4fcad06

Please sign in to comment.