From e5869dc9459151ec2d2e44f67cb3092947028601 Mon Sep 17 00:00:00 2001 From: tobi Date: Sat, 7 Jun 2025 15:00:01 +0200 Subject: [PATCH] [docs] Mention correct port (80 not 3000) (#58) Reviewed-on: https://codeberg.org/superseriousbusiness/masto-fe-standalone/pulls/58 Co-authored-by: tobi Co-committed-by: tobi --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1423fae7a..bfe87bf72 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Serve all the stuff in `public` behind an nginx or whatever you want! See the in ### Docker (definitely the easiest way) -The Docker container is based on Nginx, and serves over port 3000. Just deploy it and listen on that port, preferably with a reverse proxy at some point (Traefik? Caddy? Another Nginx perhaps?) handling https. +The Docker container is based on Nginx, and serves over port 80. Just deploy it and listen on that port, preferably with a reverse proxy at some point (Traefik? Caddy? Another Nginx perhaps?) handling https. ## Testing locally, linting, etc