Frontend security fixes and login page update

This commit is contained in:
frikky
2021-10-14 23:17:17 +02:00
parent 435454ca78
commit 4a0e85d095
2 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -240,8 +240,8 @@ const LoginDialog = props => {
</Typography>
<Typography variant="body2" style={{marginBottom: 20, color: "white",}}>
<b>2</b>. Ensure vm.max_map_count is set:<br/><br/>
sudo sysctl -w vm.max_map_count=262144
<b>2</b>. Restart docker-compose:<br/><br/>
sudo docker-compose restart
</Typography>
</Paper>
<Typography variant="body2" style={{marginBottom: 10, color: "white", marginTop: 20, }}>