Skip to content

Commit 442e8f7

Browse files
authored
Merge pull request dunglas#81 from dunglas/fix/comment
fix: a comment in docker-compose.override.yml
2 parents 163a2d2 + c40453e commit 442e8f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.override.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
- ./:/srv/app:rw,cached
88
- ./docker/php/conf.d/symfony.dev.ini:/usr/local/etc/php/conf.d/symfony.ini
99
# If you develop on Linux, comment out the following volumes to just use bind-mounted project directory from host
10-
# - ./api/var:/srv/app/var:rw
10+
# - ./var:/srv/app/var:rw
1111
environment:
1212
APP_ENV: dev
1313

0 commit comments

Comments
 (0)