Skip to content
Snippets Groups Projects
Commit 80535de7 authored by jurgenhaas's avatar jurgenhaas
Browse files

Mount the whole home directory, also solves the permissions

parent 406aeae4
No related branches found
No related tags found
No related merge requests found
......@@ -52,10 +52,7 @@ function startContainer {
--volume /etc/sudoers:/etc/sudoers:ro \
--volume /etc/sudoers.d:/etc/sudoers.d:ro \
--volume ${SSHAUTH}:${SSHAUTHSOCK} \
--volume ${HOMEDIR}/.traefik:${HOMEDIR}/.traefik \
--volume ${HOMEDIR}/.gitconfig:${HOMEDIR}/.gitconfig \
--volume ${HOMEDIR}/.gitignore_global:${HOMEDIR}/.gitignore_global \
--volume ${HOMEDIR}/.composer/auth.json:${HOMEDIR}/.composer/auth.json \
--volume ${HOMEDIR}:${HOMEDIR} \
--workdir /drupal \
--restart unless-stopped \
registry.lakedrops.com/docker/l3d/php-${PHP_VERSION}:${VERSION}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment