diff --git a/development/README.md b/development/README.md deleted file mode 100644 index 3d132e0..0000000 --- a/development/README.md +++ /dev/null @@ -1,5 +0,0 @@ -# Development Directory - -The development directory in this repository is specifically intended for use within the staging environment of Joomla installations. -It serves as a mount point within the Joomla installation app for easy extension installation. - diff --git a/docker-compose.staging.yml b/docker-compose.staging.yml index e385fe0..3262394 100644 --- a/docker-compose.staging.yml +++ b/docker-compose.staging.yml @@ -4,7 +4,7 @@ services: joomla: volumes: - - ./development:/development + - ./data/development:/development ports: - "8000:80" diff --git a/html/index.html b/html/index.html deleted file mode 100644 index 0b0792e..0000000 --- a/html/index.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - Placeholder - - -

Placeholder

- -