dravagnolli

Results 1 comments of dravagnolli

I solved this problem by editing the calcom-docker/docker-compose.yaml file with the following configuration. version: '3.8' volumes: database-data: networks: mynetwork: driver: bridge services: database: container_name: database image: postgres restart: always volumes:...