From e562e2216c8763054639da059da7695591f3dd0f Mon Sep 17 00:00:00 2001 From: Gabe Farrell <90876006+gabehf@users.noreply.github.com> Date: Mon, 3 Mar 2025 03:33:03 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ddd79b3..fd7f760 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ services: environment: ALLOWED_EXTENSIONS: .png,.jpg # comma-separated; default: .png,.jpg,.jpeg,.webp ports: - - 8888:8080 + - 8080:8080 volumes: - /path/to/my/images/:/images:ro restart: unless-stopped @@ -49,4 +49,4 @@ Build & run the program go build -o random-image-server . && ./random-image-server ``` -Then navigate to `localhost:8080` and you will be served a random image from the directory. \ No newline at end of file +Then navigate to `localhost:8080` and you will be served a random image from the directory.