diff --git a/README.md b/README.md index d178314..48425a7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # MkDocs with Tailscale Integration -![MkDocs with Tailscale](https://damconsulting.llc/images/logo_yellow.svg "MkDocs") - This project sets up a MkDocs instance with Tailscale VPN integration using Docker Compose. It creates a secure, private network connection for your MkDocs instance using Tailscale. ## Prerequisites @@ -82,7 +80,7 @@ ts-mkdocs/ - Uncomment and adjust the ports mapping if you need direct access (without Tailscale): ```yaml ports: - - 3000:3000 + - 8000:8000 ``` - Stopping the Services ```bash