Correct default MEDIA_DISK

This commit is contained in:
Christopher C. Wells 2021-04-24 12:58:03 -07:00
parent e33ca873d1
commit 1305fd9662
2 changed files with 3 additions and 1 deletions

View File

@ -43,7 +43,7 @@ ELASTIC_PORT=9200
# Media (image storage) configuration.
#
MEDIA_DISK=local
MEDIA_DISK=media
#MEDIA_DISK=s3-public
#AWS_ACCESS_KEY_ID=

View File

@ -12,6 +12,8 @@ services:
- './etc/php/php.ini:/usr/local/etc/php/conf.d/local.ini'
networks:
- kcal
depends_on:
- db
web:
image: nginx:alpine
container_name: kcal-web