Logs are sucesffully stored in /var/log/odoo/ but they cannot be seen with docker logs. This nginx solution might be helpful: ``` # forward request and error logs to docker log collector RUN ln -sf /dev/stdout /var/log/nginx/access.log \ && ln -sf /dev/stderr /var/log/nginx/error.log ```