Skip to content

Commit 15dbe21

Browse files
committed
Add php-worker to the scripts
1 parent 01a2d53 commit 15dbe21

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

.docker/phpmyadmin/config.user.inc.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
$cfg['Servers'][$i]['auth_type'] = 'cookie';
2929
/* Server parameters */
3030
$cfg['Servers'][$i]['host'] = 'mariadb';
31+
$cfg['Servers'][$i]['connect_type'] = 'tcp';
32+
$cfg['Servers'][$i]['AllowArbitraryServer'] = false;
3133
$cfg['Servers'][$i]['compress'] = false;
3234
$cfg['Servers'][$i]['AllowNoPassword'] = false;
3335

builddmeup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/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
33

buildmeup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/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

starmeup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/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

startmeup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/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

0 commit comments

Comments
 (0)