Add docker mount warning message

This commit is contained in:
JonnyWong16 2021-10-09 16:11:21 -07:00
commit 8f3a108f3b
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
5 changed files with 28 additions and 0 deletions

View file

@ -21,6 +21,16 @@
<%def name="body()">
<div class="container">
% if plexpy.DOCKER and not plexpy.DOCKER_MOUNT:
<div class="row">
<div class="col-md-12">
<div class="alert alert-danger docker-mount" role="alert">
The <span class="inline-pre">/config</span> volume mount was not configured properly for the Docker container.
All data may be cleared when the container is recreated or updated.
</div>
</div>
</div>
% endif
<div class="row">
<div class="col-md-12">
<div class='card-back-full'>