manual init

This commit is contained in:
peskyadmin 2025-04-15 22:42:55 -05:00
parent 84dd6fac27
commit ff9361fbf8

View File

@ -1,7 +1,5 @@
# MkDocs with Tailscale Integration # 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. 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 ## Prerequisites
@ -82,7 +80,7 @@ ts-mkdocs/
- Uncomment and adjust the ports mapping if you need direct access (without Tailscale): - Uncomment and adjust the ports mapping if you need direct access (without Tailscale):
```yaml ```yaml
ports: ports:
- 3000:3000 - 8000:8000
``` ```
- Stopping the Services - Stopping the Services
```bash ```bash