File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
ansible/roles/documentation/templates/README_SNIPPETS Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,16 @@ This container is based on [Docker Baseimage Selkies](https://github.com/linuxse
2525| LC_ALL | Set the Language for the container to run as IE `fr_FR.UTF-8` `ar_AE.UTF-8` |
2626| NO_DECOR | If set the application will run without window borders in openbox for use as a PWA. |
2727| NO_FULL | Do not automatically fullscreen applications when using openbox. |
28+ | DISABLE_ZINK | Do not set zink related environment variables when a video card is detected. |
29+ | WATERMARK_PNG | Full path inside the container to a watermark png IE `/config/image.png` |
30+ | WATERMARK_LOCATION | Where to paint the image over the stream integer options below |
31+
32+ * 1 - Top Left
33+ * 2 - Top Right
34+ * 3 - Bottom Left
35+ * 4 - Bottom Right
36+ * 5 - Centered
37+ * 6 - Animated
2838
2939#### Optional run configurations
3040
You can’t perform that action at this time.
0 commit comments