From 3562df39e9f02ba1d0cef7b47e479bf09f615011 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Thu, 3 Oct 2024 11:25:34 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-wireguard.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/images/docker-wireguard.md b/docs/images/docker-wireguard.md index ee6273342..3d705267c 100644 --- a/docs/images/docker-wireguard.md +++ b/docs/images/docker-wireguard.md @@ -109,6 +109,15 @@ Keep in mind that this var will only be considered when the confs are regenerate Don't forget to set the necessary POSTUP and POSTDOWN rules in your client's peer conf for lan access. +## Read-Only Operation + +This image can be run with a read-only container filesystem. For details please [read the docs](https://docs.linuxserver.io/misc/read-only/). + +### Caveats + +* Not supported in client mode. +* Not supported for the `legacy` tag. + ## Usage To help you get started creating a container from this image you can either use docker-compose or the docker cli. @@ -353,7 +362,7 @@ Below are the instructions for updating containers: ### Image Update Notifications - Diun (Docker Image Update Notifier) -!!! tip +!!! tip We recommend [Diun](https://crazymax.dev/diun/) for update notifications. Other tools that automatically update containers unattended are not recommended or supported.