File tree 5 files changed +6
-4
lines changed 5 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 28
28
$ cfg ['Servers ' ][$ i ]['auth_type ' ] = 'cookie ' ;
29
29
/* Server parameters */
30
30
$ cfg ['Servers ' ][$ i ]['host ' ] = 'mariadb ' ;
31
+ $ cfg ['Servers ' ][$ i ]['connect_type ' ] = 'tcp ' ;
32
+ $ cfg ['Servers ' ][$ i ]['AllowArbitraryServer ' ] = false ;
31
33
$ cfg ['Servers ' ][$ i ]['compress ' ] = false ;
32
34
$ cfg ['Servers ' ][$ i ]['AllowNoPassword ' ] = false ;
33
35
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- docker-compose --env-file .env.docker up beanstalkd beanstalkd-console mariadb nginx php-fpm phpmyadmin workspace --build -d
2
+ docker-compose --env-file .env.docker up beanstalkd beanstalkd-console mariadb nginx php-fpm php-worker phpmyadmin workspace --build -d
3
3
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- docker-compose --env-file .env.docker up beanstalkd beanstalkd-console mariadb nginx php-fpm phpmyadmin redis workspace --build
2
+ docker-compose --env-file .env.docker up beanstalkd beanstalkd-console mariadb nginx php-fpm php-worker phpmyadmin redis workspace --build
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- docker-compose --env-file .env.docker up beanstalkd beanstalkd-console mariadb nginx php-fpm phpmyadmin redis workspace
2
+ docker-compose --env-file .env.docker up beanstalkd beanstalkd-console mariadb nginx php-fpm php-worker phpmyadmin redis workspace
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- docker-compose --env-file .env.docker up beanstalkd beanstalkd-console mariadb nginx php-fpm phpmyadmin redis workspace -d
2
+ docker-compose --env-file .env.docker up beanstalkd beanstalkd-console mariadb nginx php-fpm php-worker phpmyadmin redis workspace -d
You can’t perform that action at this time.
0 commit comments