summaryrefslogtreecommitdiff
path: root/dotenv.makefile.sample
diff options
context:
space:
mode:
Diffstat (limited to 'dotenv.makefile.sample')
-rw-r--r--dotenv.makefile.sample4
1 files changed, 4 insertions, 0 deletions
diff --git a/dotenv.makefile.sample b/dotenv.makefile.sample
index 44928d8..8acfed6 100644
--- a/dotenv.makefile.sample
+++ b/dotenv.makefile.sample
@@ -6,9 +6,13 @@ export MARIADB_VER := 10.3
export WP_IMAGE_TAG := php$(PHP_VER)-apache
export WP_CLI_IMAGE_TAG := cli-php$(PHP_VER)
+# HTML_DIR := html/www
# WP_INSTALL_DIR := wp
# WP_CONF := $(HTML_DIR)/$(WP_INSTALL_DIR)/wp-config.php
+# To change host directory to manage wp
+# export WP_LOCAL_ROOT := ./$(HTML_DIR)
+
# DOCKER = PODMAN
SSH_REMOTE_HOST := example.com