Skip to content

Commit 03d9abf

Browse files
authored
Resolves shared folder not being mounted into the web container. (#38)
* Resolves shared folder not being mounted into the web container. * Shared was using a named volume, instead of relative path.
1 parent 894b0a0 commit 03d9abf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '2'
1+
version: '3'
22
services:
33
web:
44
image: uofa/apache2-php7-dev:shepherd
@@ -24,7 +24,7 @@ services:
2424
SHEPHERD_INSTALL_PROFILE: standard
2525
volumes:
2626
- .:/code
27-
- shared:/shared
27+
- ./shared:/shared
2828
- ${HOST_SSH_AUTH_SOCK_DIR}:/ssh
2929
db:
3030
image: mariadb

0 commit comments

Comments
 (0)