From dc3f63fc9fd10bcc3c574abea500502b2012189c Mon Sep 17 00:00:00 2001 From: Michael <12646562+mbround18@users.noreply.github.com> Date: Fri, 2 Feb 2024 09:27:52 -0800 Subject: [PATCH] Update README.md (#3) --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 245b478..67fb430 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,10 @@ services: # QUERY_PORT: 15637 # Optional, Query port for the server # SLOT_COUNT: 16 # Optional, Number of slots for the server ports: - - "15636:15636" - - "15637:15637" + - "15636:15636/udp" + - "15636:15636/tcp" + - "15637:15637/udp" + - "15637:15637/tcp" volumes: - ./data:/home/steam/enshrouded ```