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.