Skip to content

Commit 6c61dee

Browse files
authored
Merge pull request osteel#1 from AlaeddineMessadi/structure-synchronized-folder
structure web folder
2 parents 04075d8 + 9efb48c commit 6c61dee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ php:
1919
app:
2020
image: php:7.0-fpm
2121
volumes:
22-
- .:/var/www/html
22+
- ./www/html:/var/www/html
2323
command: "true"
2424

2525
mysql:
@@ -45,4 +45,4 @@ phpmyadmin:
4545
links:
4646
- mysql
4747
environment:
48-
PMA_HOST: mysql
48+
PMA_HOST: mysql
File renamed without changes.

0 commit comments

Comments
 (0)