Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions commands/env.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion environments/includes/php-fpm.base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.1
0.4.3