Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

Booking not working

65 views
Skip to first unread message

MadhanKumar S

unread,
Nov 5, 2024, 12:36:55 PM11/5/24
to Easy!Appointments - Support Group
Hi,

I pulled the docker while following the instructions in https://easyappointments.org/blog/using-the-official-docker-image/. I can see the application up and running but appointment booking functionality is not working 

Alex Tselegidis

unread,
Nov 5, 2024, 2:14:38 PM11/5/24
to Easy!Appointments - Support Group
Hello!

Are you getting any errors or other unexpected behavior?

MadhanKumar S

unread,
Nov 5, 2024, 9:39:14 PM11/5/24
to Easy!Appointments - Support Group
Issue is with image, i changed the image name easyappointments -> alextselegidis/easyappointments and it worked!!!

Thanks for the quick response!



version: '3.1'
services:
  easyapointments:
    image: 'alextselegidis/easyappointments:1.5.0'
    environment:
      - BASE_URL=http://localhost
      - DEBUG_MODE=TRUE
      - DB_HOST=mysql
      - DB_NAME=easyappointments
      - DB_USERNAME=root
      - DB_PASSWORD=secret
    ports:
      - '80:80'
  mysql:
    image: 'mysql:8.0'
    volumes:
      - './docker/mysql:/var/lib/mysql'
    environment:
      - MYSQL_ROOT_PASSWORD=secret
      - MYSQL_DATABASE=easyappointments


Now I'm facing the DB connection issue, is there any place i can specify port ? or the below issue is someother else ??
Attched Error message

- BASE_URL=http://localhost
      - DEBUG_MODE=TRUE
      - DB_HOST=cloudurl.com:23384
      - DB_NAME=dbname
      - DB_USERNAME=user
      - DB_PASSWORD=password
Screenshot 2024-11-06 080823.png

Alex Tselegidis

unread,
Nov 11, 2024, 6:23:10 AM11/11/24
to Easy!Appointments - Support Group
Hello! 

Glad to know you patched this issue. 

The DB error seems to be some sort of incompatibility. 

Which DB version are you using? 




Alex Tselegidis, Easy!Appointments Creator
Need a customization? Get a free quote!

Reply all
Reply to author
Forward
0 new messages