We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68ba30d commit 56eba3fCopy full SHA for 56eba3f
Dockerfile
@@ -46,6 +46,8 @@ COPY config/php.ini /etc/php84/conf.d/zzz_custom.ini
46
# Configure supervisord
47
COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
48
49
+RUN ln -s /usr/bin/php84 /usr/bin/php
50
+
51
# wp-content volume
52
VOLUME /var/www/wp-content
53
WORKDIR /var/www/wp-content
wp-config.php
@@ -1,6 +1,7 @@
1
<?php
2
3
define('WP_CONTENT_DIR', '/var/www/wp-content');
4
+define('WP_AUTO_UPDATE_CORE', false);
5
6
$table_prefix = getenv('TABLE_PREFIX') ?: 'wp_';
7
0 commit comments