From 0b1224f8e53debbc0d91fc21d7223b91c2f28552 Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Fri, 17 Jan 2025 23:27:33 -0600 Subject: [PATCH] docs: Improve clarification of the port variables --- compose.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index c418884..cf1060d 100644 --- a/compose.yaml +++ b/compose.yaml @@ -8,7 +8,8 @@ services: container_name: chhoto-url ports: # If you changed the "port" environment variable, adjust accordingly - # Both numbers before and after the colon should match the "port" variable + # The number AFTER the colon should match the "port" variable and the number + # before the colon is the port where you would access the container from outside. - 4567:4567 environment: # Change if you want to mount the database somewhere else.