Skip to content

Commit 4eebb98

Browse files
n3wbornmaxhelias
authored andcommitted
feat: remove deprecated flags
1 parent 380dc90 commit 4eebb98

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docker-compose.override.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ version: "3.4"
44
services:
55
php:
66
volumes:
7-
# The "cached" option has no effect on Linux but improves performance on Mac
8-
- ./:/srv/app:rw,cached
7+
- ./:/srv/app
98
- ./docker/php/conf.d/symfony.dev.ini:/usr/local/etc/php/conf.d/symfony.ini
109
# If you develop on Mac you can remove the var/ directory from the bind-mount
11-
# for better performance by enabling the next line
10+
# for better performance by enabling the next line
1211
# - /srv/app/var
1312
environment:
1413
APP_ENV: dev

0 commit comments

Comments
 (0)