Skip to content

Commit 051d151

Browse files
authored
update URL
1 parent 925dbdc commit 051d151

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,15 @@ Explore the **[NPP Main GitHub Repository](https://github.com/psaux-it/nginx-fas
1616
- ✅ Supports a wide range of **PHP extensions**
1717
- ✅ Easily switch between the **stable** release and the **bleeding-edge dev** version of the **NPP**
1818
- ✅ All containers powered by **Debian 12** for a stable, consistent environment
19+
- ✅ Compatible with Windows WSL and Linux Hosts
1920

2021
## 🔑 Environment Variables
2122

2223
Please check the **.env** file for the environment variables used by the project.
2324

2425
Some variables can be directly modified by the user to customize the setup easily, while others are hard depend to the project's core configuration. Modifying these core variables for a production environment may require adjustments in other parts of the project to ensure proper integration and workflow. Feel free to customize it to meet your full-stack WordPress **production** needs!
2526

26-
#### Use the Bleeding-Edge Version of NPP or Contribute to Development
27+
#### Use the Bleeding-Edge Version of NPP or Contribute to Development (Default)
2728

2829
If you want to use the **latest bleeding-edge version** of the NPP plugin or set up a **development/test environment**, simply set the following environment variable:
2930

@@ -62,8 +63,8 @@ docker compose up -d --build
6263

6364
### 🚀 **Post-Container Startup Access**
6465
- The WordPress site can be accessed at the host machine:
65-
- 🔒 [https://172.19.0.3](https://172.19.0.3)
66-
- 🌐 [http://172.19.0.3](http://172.19.0.3)
66+
- 🔒 [https://localhost](https://localhost)
67+
- 🌐 [http://localhost](http://localhost)
6768

6869
- Default WordPress **wp-admin** login credentials:
6970
- **Username**: `npp`

0 commit comments

Comments
 (0)