mirror of
https://github.com/jbowdre/tailscale-docker.git
synced 2024-11-27 12:02:18 +00:00
slight readme tweaks
This commit is contained in:
parent
124a0f59f0
commit
ec6d85943e
1 changed files with 4 additions and 4 deletions
|
@ -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.
|
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
|
### Usage
|
||||||
- Copy the `image/` directory next to your `docker-compose.yml`.
|
- Copy the example `docker-compose.yml` and modify to suit your needs.
|
||||||
- Start with rebuild if necessary:
|
- Start:
|
||||||
`docker compose up -d --build`
|
`docker compose up -d --build`
|
||||||
- Tail logs:
|
- Tail Tailscale logs:
|
||||||
`docker compose logs --follow`
|
`docker compose logs tailscale --follow`
|
||||||
- Access `tailscale`` container for troubleshooting:
|
- Access `tailscale`` container for troubleshooting:
|
||||||
`docker exec -it tailscale ash`
|
`docker exec -it tailscale ash`
|
||||||
- Stop:
|
- Stop:
|
||||||
|
|
Loading…
Reference in a new issue