diff --git a/commands/env.cmd b/commands/env.cmd index 3aba1b0..85a59b5 100644 --- a/commands/env.cmd +++ b/commands/env.cmd @@ -271,3 +271,8 @@ if [[ "${ROLL_PARAMS[0]}" == "down" ]] \ then roll sync stop fi + +## set ssh-agent permissions for container user +if ([[ "${ROLL_PARAMS[0]}" == "up" ]] || [[ "${ROLL_PARAMS[0]}" == "start" ]]) then + roll root chmod 777 /run/host-services/ssh-auth.sock +fi \ No newline at end of file diff --git a/environments/includes/php-fpm.base.yml b/environments/includes/php-fpm.base.yml index a4ec0a9..8012067 100644 --- a/environments/includes/php-fpm.base.yml +++ b/environments/includes/php-fpm.base.yml @@ -6,7 +6,7 @@ x-volumes: &volumes - .${ROLL_WEB_ROOT:-}/:/var/www/html:cached - bashhistory:/bash_history - sshdirectory:/home/www-data/.ssh - - ~/.ssh/known_hosts:/home/www-data/known_hosts + - ~/.ssh/known_hosts:/home/www-data/.ssh/known_hosts x-extra_hosts: &extra_hosts - ${TRAEFIK_DOMAIN}:${TRAEFIK_ADDRESS:-0.0.0.0} diff --git a/version b/version index 267577d..70d5b25 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.4.1 +0.4.3 \ No newline at end of file