add docker latest tag warning to README.md

This commit is contained in:
Christoph Haas 2021-05-16 23:14:18 +02:00
parent 88278bf677
commit c9e7145a5b

View File

@ -30,6 +30,7 @@ It also supports LDAP (Active Directory or OpenLDAP) as authentication provider.
* One single binary * One single binary
* Can be used with existing WireGuard setups * Can be used with existing WireGuard setups
* Support for multiple WireGuard interfaces * Support for multiple WireGuard interfaces
* REST API for management and client deployment
![Screenshot](screenshot.png) ![Screenshot](screenshot.png)
@ -38,6 +39,8 @@ It also supports LDAP (Active Directory or OpenLDAP) as authentication provider.
### Docker ### Docker
The easiest way to run WireGuard Portal is to use the Docker image provided. The easiest way to run WireGuard Portal is to use the Docker image provided.
HINT: the *latest* tag always refers to the master branch and might contain unstable or incompatible code!
Docker Compose snippet with some sample configuration values: Docker Compose snippet with some sample configuration values:
``` ```
version: '3.6' version: '3.6'