mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
Update docker.md
This commit is contained in:
parent
2f69be2bd0
commit
7be1796e6f
1 changed files with 2 additions and 2 deletions
|
@ -39,11 +39,11 @@ class Config {
|
||||||
|
|
||||||
In the host machine the server is accessible from `http://localhost:8000` and the database from `localhost:8001`.
|
In the host machine the server is accessible from `http://localhost:8000` and the database from `localhost:8001`.
|
||||||
|
|
||||||
You can additionally access phpMyAdmin from `http://localhost:8002` (credtials are `root` / `secret`) and MailHog from `http://localhost:8003`.
|
You can additionally access phpMyAdmin from `http://localhost:8002` (credentials are `root` / `secret`) and MailHog from `http://localhost:8003`.
|
||||||
|
|
||||||
**Attention:** This configuration is mend to make development easier. It is not intended to server as a production environment!
|
**Attention:** This configuration is mend to make development easier. It is not intended to server as a production environment!
|
||||||
|
|
||||||
A production image of Easy!Appointments is available at: https://github.com/alextselegidis/easyappointments-docker
|
A production image of Easy!Appointments can be found at: https://github.com/alextselegidis/easyappointments-docker
|
||||||
|
|
||||||
*This document applies to Easy!Appointments v1.4.3.*
|
*This document applies to Easy!Appointments v1.4.3.*
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue