|
@@ -1,7 +1,7 @@
|
|
## Mark Shust's Docker Configuration for Magento
|
|
## Mark Shust's Docker Configuration for Magento
|
|
## (https://github.com/markshust/docker-magento)
|
|
## (https://github.com/markshust/docker-magento)
|
|
##
|
|
##
|
|
-## Version 40.0.0
|
|
|
|
|
|
+## Version 40.0.1
|
|
|
|
|
|
## To use SSH, see https://github.com/markshust/docker-magento#ssh
|
|
## To use SSH, see https://github.com/markshust/docker-magento#ssh
|
|
## Linux users, see https://github.com/markshust/docker-magento#linux
|
|
## Linux users, see https://github.com/markshust/docker-magento#linux
|
|
@@ -19,6 +19,8 @@ services:
|
|
- phpfpm
|
|
- phpfpm
|
|
volumes: &appvolumes
|
|
volumes: &appvolumes
|
|
- ~/.composer:/var/www/.composer:cached
|
|
- ~/.composer:/var/www/.composer:cached
|
|
|
|
+ - ~/.ssh/id_rsa:/var/www/.ssh/id_rsa:cached
|
|
|
|
+ - ~/.ssh/known_hosts:/var/www/.ssh/known_hosts:cached
|
|
- appdata:/var/www/html
|
|
- appdata:/var/www/html
|
|
- sockdata:/sock
|
|
- sockdata:/sock
|
|
- ssldata:/etc/nginx/certs
|
|
- ssldata:/etc/nginx/certs
|