iexos 39f3a61ce0
Some checks failed
continuous-integration/drone/push Build is failing
chore: publish 2.0.0+0.74.0 release
2023-12-19 18:55:32 +01:00

5 lines
209 B
Plaintext

Due to the introduction of local storage, you need to adapt your config to continue using S3 storage. Just add the following lines to your config:
FILE_STORAGE=s3
COMPOSE_FILE="$COMPOSE_FILE:compose.aws.yml"