diff --git a/httpd-php-dev.yml b/httpd-php-dev.yml index 49bf8d5..12d9a19 100644 --- a/httpd-php-dev.yml +++ b/httpd-php-dev.yml @@ -37,6 +37,8 @@ services: CHEVERETO_DB_PASS: user_database_password CHEVERETO_DB_PORT: 3306 CHEVERETO_DB_NAME: chevereto + CHEVERETO_DISABLE_UPDATE_HTTP: 1 + CHEVERETO_DISABLE_UPDATE_CLI: 1 CHEVERETO_HTTPS: 0 volumes: diff --git a/httpd-php.Dockerfile b/httpd-php.Dockerfile index e9734b4..a74c443 100644 --- a/httpd-php.Dockerfile +++ b/httpd-php.Dockerfile @@ -69,7 +69,6 @@ RUN set -eux; \ echo "memory_limit = \${CHEVERETO_MEMORY_LIMIT}"; \ } > $PHP_INI_DIR/conf.d/php.ini -VOLUME /var/www/html VOLUME /var/www/html/content VOLUME /var/www/html/images diff --git a/httpd-php.yml b/httpd-php.yml index 8e844e3..4d48075 100644 --- a/httpd-php.yml +++ b/httpd-php.yml @@ -15,7 +15,7 @@ services: MYSQL_USER: chevereto MYSQL_PASSWORD: user_database_password - app: + chevereto: container_name: chevereto-free_app image: ghcr.io/rodber/chevereto-free:1.6 networks: @@ -33,13 +33,14 @@ services: CHEVERETO_DB_PASS: user_database_password CHEVERETO_DB_PORT: 3306 CHEVERETO_DB_NAME: chevereto + CHEVERETO_DISABLE_UPDATE_HTTP: 1 + CHEVERETO_DISABLE_UPDATE_CLI: 1 CHEVERETO_HTTPS: 0 volumes: database: content: storage: - app: networks: chevereto: