Correct default MEDIA_DISK
This commit is contained in:
parent
e33ca873d1
commit
1305fd9662
|
|
@ -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=
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue