You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -123,6 +124,7 @@ Be sure to view the following repositories to understand all the customizable op
123
124
|`GIT_USER`| Username to Authenticate to git server (e.g. `username`) ||
124
125
|`INTERFACE`| Which Interface to use (relies on /dev/tun) (e.g. `tun0`) |`tun0`|
125
126
|`LISTEN_PORT`| Listening Port |`655`|
127
+
|`LOG_LEVEL`| Adjustable Debug level as per tinc documentation (e.g 5) |`2`|
126
128
|`LOG_PATH`| Log Path |`/var/log/tinc`|
127
129
|`MAC_LENGTH`| MAC Length |`16`|
128
130
|`NETWORK`| The VPN name - (e.g. `securenetwork`) ||
@@ -151,16 +153,17 @@ The following ports are exposed.
151
153
152
154
For debugging and maintenance purposes you may want access the containers shell.
153
155
154
-
``bash
156
+
````bash
155
157
docker exec -it (whatever your container name is) bash
156
-
``
158
+
````
157
159
158
160
## Support
159
161
160
162
These images were built to serve a specific need in a production environment and gradually have had more functionality added based on requests from the community.
161
163
### Usage
162
164
- The [Discussions board](../../discussions) is a great place for working with the community on tips and tricks of using this image.
163
165
- Consider [sponsoring me](https://github.com/sponsors/tiredofit) for personalized support
166
+
164
167
### Bugfixes
165
168
- Please, submit a [Bug Report](issues/new) if something isn't working as expected. I'll do my best to issue a fix in short order.
0 commit comments