Switch to 1.8.2

This commit is contained in:
Alexandre
2022-11-01 18:58:37 +01:00
parent e2c322ec71
commit c6f80bdd16
10 changed files with 99 additions and 73 deletions

View File

@@ -1,4 +1,11 @@
#!/usr/bin/with-contenv bashio
# shellcheck shell=bash
# Staring redis
exec redis-server & bashio::log.info "Starting redis"
# Avoid overcommit memory
bashio::log.info "Avoid overcommit memory"
sysctl vm.overcommit_memory=1
bashio::log.info "Initial username and password are admin. Please change in the administration panel of the webUI after login."