mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-20 05:13:21 -07:00
Add docker mount warning message
This commit is contained in:
parent
92440224de
commit
8f3a108f3b
5 changed files with 28 additions and 0 deletions
|
@ -40,6 +40,16 @@
|
|||
|
||||
<body>
|
||||
<div class="container-fluid">
|
||||
% 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" style="width: 700px;">
|
||||
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="wizard" id="setup-wizard" data-title="Tautulli Setup Wizard">
|
||||
<form>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue