From 4fcad0633396806e87d069e4dd6b1b6fe5a56841 Mon Sep 17 00:00:00 2001 From: Thijs van Loef <58031337+thijsvanloef@users.noreply.github.com> Date: Mon, 12 Feb 2024 10:02:47 +0100 Subject: [PATCH] Arm tag no longer required --- docs/kr/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/kr/README.md b/docs/kr/README.md index eee46e6b8..93a9ec01a 100644 --- a/docs/kr/README.md +++ b/docs/kr/README.md @@ -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 # 컨테이너가 정상적으로 중지될 때까지 기다리는 시간을 설정합니다. @@ -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 # 컨테이너가 정상적으로 중지될 때까지 기다리는 시간을 설정합니다.