Remove Symfony log dir from Volumes.

This commit is contained in:
Jan Eitzinger
2021-05-20 09:22:17 +02:00
parent c811a4e532
commit fef8133a18
2 changed files with 2 additions and 3 deletions

View File

@@ -46,7 +46,6 @@ services:
ports:
- "${PHP_PORT}:9001"
volumes:
- ./logs/symfony:/var/www/symfony/var/log
- ./symfony:/var/www/symfony
depends_on:
- db