feat(docker): Check for /app/config volume mount during setup (#826)
This commit is contained in:
@@ -11,6 +11,7 @@ import { defineMessages, FormattedMessage, useIntl } from 'react-intl';
|
||||
import Badge from '../Common/Badge';
|
||||
import LanguagePicker from '../Layout/LanguagePicker';
|
||||
import PageTitle from '../Common/PageTitle';
|
||||
import AppDataWarning from '../AppDataWarning';
|
||||
|
||||
const messages = defineMessages({
|
||||
setup: 'Setup',
|
||||
@@ -66,6 +67,7 @@ const Setup: React.FC = () => {
|
||||
className="w-auto mx-auto mb-10 max-h-32"
|
||||
alt="Logo"
|
||||
/>
|
||||
<AppDataWarning />
|
||||
<nav className="relative z-50">
|
||||
<ul
|
||||
className="bg-gray-800 bg-opacity-50 border border-gray-600 divide-y divide-gray-600 rounded-md md:flex md:divide-y-0"
|
||||
|
||||
Reference in New Issue
Block a user