Skip to content

Commit be68d8d

Browse files
Update README
Add phpmyadmin disclaimer for prod
1 parent e1e8cd0 commit be68d8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Made to quickly set up a test environment for the [ProcessWire CMS](https://gith
55

66
If you develop on Windows and go into production on Linux, the case of the database tables will not match. You need to export the database from Windows via phpmyadmin and then import it on the production machine and vice versa.
77

8-
You **must** bind the mysql port to 127.0.0.1 (Windows) or 172.17.0.1 (Linux / OSX) if you are working in production, otherwise the port will be accessible to the public with a weak password. The commented out bindings can be found in the `docker-compose.yml` file. The database is accessible either via `host.docker.internal` on Windows or via `172.17.0.1` on Linux / OSX.
8+
You **must** bind the mysql port to 127.0.0.1 (Windows) or 172.17.0.1 (Linux / OSX) if you are working in production, otherwise the port will be accessible to the public with a weak password. The commented out bindings can be found in the `docker-compose.yml` file. The database is accessible either via `host.docker.internal` on Windows or via `172.17.0.1` on Linux / OSX. Also, make sure that you **do not** expose the phpmyadmin port `8080` when you go into production.
99

1010
For this, you need to download the [latest version or dev build](https://processwire.com/download/core/) of ProcessWire and unzip it into the `html` folder created by docker-compose.
1111

0 commit comments

Comments
 (0)