skip to Main Content

Docker in MacOs is very slow – Phpmyadmin

I have this docker-compose.yml: version: "3.1" services: memcached: image: memcached:alpine container_name: universal-memcached2 redis: image: redis:alpine container_name: universal-redis2 mariadb: image: mariadb:10.4 container_name: universal-mariadb2 working_dir: /application volumes: - .:/application - "../data/db:/var/lib/mysql" # skasowac environment: - MYSQL_ROOT_PASSWORD=Haslo - MYSQL_DATABASE=sample - MYSQL_USER=user - MYSQL_PASSWORD=Haslo…

VIEW QUESTION

Symfony 4 swiftmailer configuration issues – Plesk

I have tried setting up SMTP in the dotenv file: MAILER_URL=smtp://mydomain.nl:25?encryption=tls&username=noreply%mydomain.nl&password=***` And I've sent an email using php bin/console swiftmailer:email:send. This gave me an error: [app] Exception occurred while flushing email queue: Connection could not be established with host webmail.mydomain.nl…

VIEW QUESTION

TYPO3 9.5 – PLESK 17.8 – NGINX

have someone nginx and plesk without apache running? Can someone share his nginx config for TYPO3 version 9, because mine which I have used so far (for TYPO3 6-8) no longer works, every subpage redirects to the start page -…

VIEW QUESTION
Back To Top
Search