mirror of
https://github.com/jbowdre/tailscale-docker.git
synced 2024-11-27 12:02:18 +00:00
update readme
This commit is contained in:
parent
f5419b9ffb
commit
a996ea8d28
1 changed files with 2 additions and 2 deletions
|
@ -32,8 +32,8 @@ You can drop these in a `.env` file alongside your `docker-compose.yml` to load
|
||||||
`docker compose up -d --build`
|
`docker compose up -d --build`
|
||||||
- Tail logs:
|
- Tail logs:
|
||||||
`docker compose logs --follow`
|
`docker compose logs --follow`
|
||||||
- Access tailscale container for troubleshooting:
|
- Access `tailscale`` container for troubleshooting:
|
||||||
`docker exec -i -t tailscale ash`
|
`docker exec -it tailscale ash`
|
||||||
- Stop:
|
- Stop:
|
||||||
`docker compose down`
|
`docker compose down`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue