From 7be1796e6fcd7f9c5b1141b482f706b61f046cc2 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Sat, 3 Jun 2023 09:27:47 +0200 Subject: [PATCH] Update docker.md --- docs/docker.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docker.md b/docs/docker.md index 712ad3f7..98a90fc6 100644 --- a/docs/docker.md +++ b/docs/docker.md @@ -39,11 +39,11 @@ class Config { 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! -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.*