Update README.md

This commit is contained in:
Michael Andrew Maurakis 2024-10-30 15:15:44 -05:00
parent 31d791efaa
commit 752c19ed2f

View file

@ -53,6 +53,9 @@ This will give you the latest log output of your containers.
Now that you have your container up and running we get into the fun part.
Next we are going to go into the container and interact with shell within the container.
<br>
5. Be sure to replace $tailscale-container with the name of the container listed at the very top of the tailscale section in your docker compose. you can also find the container name by typing `docker ps` to get a list of all containers running on the system. if you are using one of the templates in this repo then it will likely start with tailscale then contain the name of app.
<br>