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](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