From ec6d85943ed9faff795e06f3b93f2941bd2da908 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Sat, 30 Dec 2023 14:27:12 -0600 Subject: [PATCH] slight readme tweaks --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4f45492..fda6427 100644 --- a/README.md +++ b/README.md @@ -28,11 +28,11 @@ Expected environment variables: You can drop these in a `.env` file alongside your `docker-compose.yml` to load them automatically - see [.env_template](/docker-compose-example/env_template) for an example. ### Usage -- Copy the `image/` directory next to your `docker-compose.yml`. -- Start with rebuild if necessary: +- Copy the example `docker-compose.yml` and modify to suit your needs. +- Start: `docker compose up -d --build` -- Tail logs: -`docker compose logs --follow` +- Tail Tailscale logs: +`docker compose logs tailscale --follow` - Access `tailscale`` container for troubleshooting: `docker exec -it tailscale ash` - Stop: