Skip to content

Commit 1b48785

Browse files
author
Mahmoud Saada
committed
fix broken volume mounts
1 parent 848da4a commit 1b48785

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ nginx:
55
- php
66
ports:
77
- "80:80"
8+
volumes:
9+
- ./images/php/app/public:/var/www/html/app/public
810
php:
911
build: images/php
1012
volumes:

0 commit comments

Comments
 (0)