Skip to content

Commit 0c513a1

Browse files
author
Wazabii
committed
Fix instructions
1 parent 5be10af commit 0c513a1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docker/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,20 @@ MaplePHP Docker provides a fully functional environment including a web server,
55
## Installation Steps
66

77
### 1. Prepare Docker Files
8-
Move the `Dockerfile` and `docker-compose.yml` files into the MaplePHP root directory for integration.
8+
Move the `Dockerfile` and `docker-compose.yml` files to the desired location for the web server installation.
99

1010
### 2. Build and Launch
11-
In your terminal, navigate to the MaplePHP root directory where the Docker files were placed. Execute the command below to build and launch your Docker containers:
11+
In your terminal, navigate to where the Docker files were placed. Execute the command below to build and launch your Docker containers:
1212

1313
```sh
1414
docker-compose up -d
1515
```
1616

1717
This command installs and starts Docker, setting up your environment.
1818

19-
### 3. Accessing Your Application
20-
Open your web browser and go to **http://localhost/public/**. You should now be able to see your application running.
19+
### 3. Set Up the Web Server Root Directory
20+
A "www" directory has been created, which will serve as the root for your web server. Install MaplePHP within this directory. To view your application, open your web browser and navigate to **http://localhost/public/**. Your application should now be accessible and running smoothly.
21+
2122

2223
## MySQL Configuration
2324
Below are the default settings for the MySQL service provided in the Docker setup:

0 commit comments

Comments
 (0)