Unable to log to owncloud (docker)

Hello,

i’m tryinng to deploy owncloud docker on my NAS synology DS412+.
All seems ok , i have the logon page but when i try to connect i have the following error:

i have this in http port 8080

I tested https but it’s not working

Steps to reproduce

I use portainer to deploy the image of owncloud-docker(latest).
The env declared are:
(actually it’s just the more simple as possible)

OWNCLOUD_DOMAIN=192.168.0.101
OWNCLOUD_TRUSTED_DOMAINS=192.168.0.101
OWNCLOUD_DB_TYPE=mysql
OWNCLOUD_DB_NAME=owncloud
OWNCLOUD_DB_USERNAME=owncloud
OWNCLOUD_DB_PASSWORD=password
OWNCLOUD_DB_HOST=mariadb
OWNCLOUD_ADMIN_USERNAME=admin
OWNCLOUD_ADMIN_PASSWORD=admin
OWNCLOUD_MYSQL_UTF8MB4=true

The database is successfully created on mariadb. Here output log from owncloud docker:

sudo docker logs owncloud
Creating volume folders...
Creating hook folders...
Waiting for MySQL...
services are ready!
Removing custom folder...
Linking custom folder...
Removing config folder...
Linking config folder...
Writing config file...
Fixing base perms...
Fixing data perms...
Fixing hook perms...
Installing server database...
ownCloud was successfully installed
ownCloud is already latest version
Writing objectstore config...
Writing php config...
Updating htaccess config...
.htaccess has been updated
Writing apache config...
Enabling cron background...
Set mode for background jobs to 'cron'
Writing crontab file...
Touching cron configs...
Starting cron daemon...
Starting apache daemon...

Expected behaviour

login in

Actual behaviour

Error :You took too long to log in, please try again now

Server configuration

Operating system: NAS Synology

Web server:

Database:
mariadb

PHP version:

ownCloud version: (see ownCloud admin page)
don’t know

Updated from an older ownCloud or fresh install:
fresh

Where did you install ownCloud from:
from Docker app in synology

Thank you!

It’s solved but i don’t know exactly how… :frowning: