Merge pull request #6827 from pixelfed/fix/docker-bootstrap-cache-mount

fix: remove bootstrap/cache bind mount from docker-compose
pull/6828/head
Shlee 4 weeks ago committed by GitHub
commit 9d6bf91993
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -70,7 +70,6 @@ services:
volumes:
- ./storage:/var/www/html/storage
- ./bootstrap/cache:/var/www/html/bootstrap/cache
depends_on:
- db
- redis
@ -101,7 +100,6 @@ services:
PHP_OPCACHE_ENABLE: "1"
volumes:
- ./storage:/var/www/html/storage
- ./bootstrap/cache:/var/www/html/bootstrap/cache
depends_on:
- db
- redis
@ -138,7 +136,6 @@ services:
PHP_OPCACHE_ENABLE: "1"
volumes:
- ./storage:/var/www/html/storage
- ./bootstrap/cache:/var/www/html/bootstrap/cache
depends_on:
- db
- redis

Loading…
Cancel
Save