diff --git a/wger/docker-compose.yml b/wger/docker-compose.yml index 9db37ad..761ffc5 100644 --- a/wger/docker-compose.yml +++ b/wger/docker-compose.yml @@ -37,7 +37,7 @@ services: - ACCESS_TOKEN_LIFETIME=10 # The lifetime duration of the access token, in minutes - REFRESH_TOKEN_LIFETIME=24 # The lifetime duration of the refresh token, in hours - USE_RECAPTCHA=False - - DJANGO_CLEAR_STATIC_FIRST=True + - DJANGO_CLEAR_STATIC_FIRST=False - FROM_EMAIL='wger Workout Manager ' depends_on: - db