starterkit-drupalsite icon indicating copy to clipboard operation
starterkit-drupalsite copied to clipboard

Starterkit for a complete Drupal project

Results 5 starterkit-drupalsite issues
Sort by recently updated
recently updated
newest added

docker run --name some-zabbix-appliance -p 80:80 -p 10051:10051 -d zabbix/zabbix-appliance Admin zabbix

Modules such as shortcut install starter data, so they're hard to remove. To reproduce: * ./scripts/deploy.sh * ./scripts/ssh.sh * drush pmu shortcut (this gives an error) * drush entity:delete shortcut...

``` The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested no matching manifest for linux/arm64/v8 in the manifest list entries...

This is slow: docker-compose exec a /bin/bash -c 'echo "hello"' docker-compose port a 80 This is faster: A=$(docker-compose ps -q a) docker exec $A /bin/bash -c 'echo "hello"' docker post...

We don't want anyone user the root user (user 1), so we are changing its password at every update. However if someone has access to the user 1 email, they...