Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3bc169a

Browse files
author
Sebastien Malot
committed
remove unnecessary flag
1 parent f89f2bf commit 3bc169a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ php55:
1111
user: root
1212
volumes:
1313
- ./:/app
14-
- /var/run/docker.sock:/var/run/docker.sock:rw
14+
- /var/run/docker.sock:/var/run/docker.sock
1515
php56:
1616
image: phundament/php-one:5.6-fpm
1717
command: sh -c 'composer update && vendor/bin/phpunit'

0 commit comments

Comments
 (0)