mirror of
https://github.com/jbowdre/tailscale-docker.git
synced 2024-11-27 03:52: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`
|
||||
- Tail logs:
|
||||
`docker compose logs --follow`
|
||||
- Access tailscale container for troubleshooting:
|
||||
`docker exec -i -t tailscale ash`
|
||||
- Access `tailscale`` container for troubleshooting:
|
||||
`docker exec -it tailscale ash`
|
||||
- Stop:
|
||||
`docker compose down`
|
||||
|
||||
|
|
Loading…
Reference in a new issue