We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f480e32 commit 8e32357Copy full SHA for 8e32357
docker-compose.yml
@@ -10,7 +10,7 @@ services:
10
ports:
11
- "8080:80"
12
volumes:
13
- - ./src:/var/www/html
+ - ./src:/var/www/html:delegated
14
- ./nginx/default.conf:/etc/nginx/conf.d/default.conf
15
depends_on:
16
- php
@@ -41,7 +41,7 @@ services:
41
dockerfile: php.dockerfile
42
container_name: php
43
44
45
46
- "9000:9000"
47
networks:
@@ -73,7 +73,7 @@ services:
73
74
container_name: artisan
75
76
77
78
- mysql
79
working_dir: /var/www/html
0 commit comments